mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Android cmake toolchain is reworked for NDK r7; added experimental Android x86 support.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#ifdef ANDROID
|
||||
# include <android/api-level.h>
|
||||
# define GTEST_HAS_CLONE (__ANDROID_API__ > 7)
|
||||
# define GTEST_HAS_CLONE (__ANDROID_API__ > 7 && __arm__)
|
||||
# define GTEST_HAS_POSIX_RE (__ANDROID_API__ > 7)
|
||||
# define GTEST_HAS_STD_WSTRING _GLIBCXX_USE_WCHAR_T
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user