From b2a2a0bbc7c3aac655bc9efc1c8f385adfe90a3f Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 22 Feb 2018 18:29:20 +0000 Subject: Link all tests to the android cpufeatures library if available. This is needed for libvpx to work on android. This also means that we can upload our test binaries to an android device and actually run them, now that libcheck is no longer a blocker. --- other/cpufeatures.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 other/cpufeatures.c (limited to 'other') diff --git a/other/cpufeatures.c b/other/cpufeatures.c new file mode 100644 index 00000000..e52a90ff --- /dev/null +++ b/other/cpufeatures.c @@ -0,0 +1,6 @@ +#define typeof __typeof__ +#ifdef ANDROID_CPU_FEATURES +#include ANDROID_CPU_FEATURES +#endif + +extern int unused_declaration; -- cgit v1.2.3