Sign in
android
/
platform
/
ndk
/
cf5442c13a4cd0fe8b01e27de3850727007988f0
/
.
/
tests
/
device
/
android_support
/
test_config.py
blob: 6b26d33f6e811c04664e4621c0b7c11723a45165 [
file
] [
log
] [
blame
]
def
build_unsupported
(
_abi
,
api
):
if
api
>=
21
:
return
'android-{}'
.
format
(
api
)
return
None