Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
cmake_toolchain_defaults
/
project
/
foo.cpp
blob: 83e17815ab904ee39f1a46d18ecc11c75aa30147 [
file
] [
log
] [
blame
]
#if !defined(__ARM_ARCH_7A__)
#error
ABI did not
default
to armeabi
-
v7a
#endif
// Update this whenever we raise the minimum API level in the NDK.
#if __ANDROID_API__ != 19
#error
API level did not
default
to
19
#endif