Sign in
android
/
platform
/
ndk
/
b7fb0342175c0d1c8271f6ee4a3accbe41f01ac1
/
.
/
tests
/
device
/
yasm
/
test_config.py
blob: 428be7f4089ceaeaa4d475135a473364f5ec8427 [
file
] [
log
] [
blame
]
def
build_unsupported
(
abi
,
platform
):
if
abi
not
in
(
'x86'
,
'x86_64'
):
return
abi
return
None