Sign in
android
/
platform
/
ndk
/
4b485bf4fbd62ce2be8f45958cd223230a5be538
/
.
/
tests
/
build
/
issue22345-ICE-postreload
/
test_config.py
blob: f10b9d2de31632c3a55eb2710cd276d23fcaacd4 [
file
] [
log
] [
blame
]
def
match_unsupported
(
abi
,
platform
,
toolchain
,
subtest
=
None
):
if
abi
not
in
(
'armeabi-v7a'
,
'armeabi-v7a-hard'
):
return
abi
return
None