Sign in
android
/
platform
/
ndk
/
72d1221f1264907829ea3f0bfccbdbfd4ef44028
/
.
/
tests
/
device
/
static-executable-exceptions
/
test_config.py
blob: 9eea1ae14e836e1dda8737fe40e21776857772f4 [
file
] [
log
] [
blame
]
def
build_unsupported
(
test
):
# Static executables with libc++ require targeting a new enough API level
# to not need libandroid_support.
if
test
.
config
.
api
<
21
:
return
f
"android-{test.config.api}"
return
None