Sign in
android
/
platform
/
ndk
/
0e75a4b85523fc597305d7076b1f17ba2a5affd1
/
.
/
tests
/
device
/
static-executable-exceptions
/
test_config.py
blob: ed296f7cf35545294e975767c830a3613cc027c0 [
file
] [
log
] [
blame
]
def
match_broken
(
abi
,
platform
,
device_platform
,
toolchain
,
subtest
=
None
):
if
platform
>=
21
:
return
'android-{}'
.
format
(
platform
),
'http://b/24468267'
return
None
,
None