Sign in
android
/
platform
/
ndk
/
72d1221f1264907829ea3f0bfccbdbfd4ef44028
/
.
/
tests
/
device
/
tsan_smoke
/
test_config.py
blob: e3bfa530596a5effddcf9cf225aebe0223f69fc8 [
file
] [
log
] [
blame
]
def
build_broken
(
_test
):
return
"all"
,
"https://github.com/android/ndk/issues/1171"
def
run_unsupported
(
test
,
_device
):
if
test
.
config
.
is_lp32
:
return
test
.
config
.
abi
return
None