Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
signal
/
test_config.py
blob: fa599e6e645e4d3ae5d555fff6c843b8f64bd9d8 [
file
] [
log
] [
blame
]
def
build_unsupported
(
test
):
if
test
.
config
.
abi
in
(
"arm64-v8a"
,
"riscv64"
,
"x86_64"
):
return
test
.
config
.
abi
return
None