Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
cmake-neon
/
test_config.py
blob: 559ff78eb4fc7422342f84ddb68608ad82700283 [
file
] [
log
] [
blame
]
def
build_unsupported
(
test
):
if
test
.
config
.
abi
!=
"armeabi-v7a"
:
return
test
.
config
.
abi
return
None
def
extra_cmake_flags
():
return
[
"-DANDROID_ARM_NEON=TRUE"
]