Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
device
/
yasm
/
test_config.py
blob: 781dbb2f81ba0cb46bd0a6b138cee99e5f239acd [
file
] [
log
] [
blame
]
def
build_unsupported
(
test
):
if
test
.
config
.
abi
not
in
(
"x86"
,
"x86_64"
):
return
test
.
config
.
abi
return
None