Sign in
android
/
platform
/
ndk
/
HEAD
/
.
/
tests
/
build
/
standalone_toolchain_thumb
/
test_config.py
blob: 096d881c0bab6a7123f82464d33ee26e8d08b9d9 [
file
] [
log
] [
blame
]
# Shut up a warning about us not being a real package.
from
__future__
import
absolute_import
def
build_unsupported
(
test
):
# -mthumb is only relevant for 32-bit ARM.
if
test
.
config
.
abi
!=
"armeabi-v7a"
:
return
test
.
config
.
abi
return
None