Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
cmake_toolchain_defaults
/
test_config.py
blob: 3c08c53db9db199bd86c3488aa2740441937c98d [
file
] [
log
] [
blame
]
from
typing
import
Optional
from
ndk
.
abis
import
LP32_ABIS
from
ndk
.
test
.
buildtest
.
case
import
Test
def
build_unsupported
(
test
:
Test
)
->
Optional
[
str
]:
if
test
.
config
.
abi
in
LP32_ABIS
:
return
test
.
config
.
abi
return
None