Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
device
/
math
/
test_config.py
blob: 3c2c6f43bb29459fbfee52d4a5510d77c33bf007 [
file
] [
log
] [
blame
]
def
build_unsupported
(
test
):
if
test
.
config
.
api
<
18
:
return
test
.
config
.
api
return
None
def
run_unsupported
(
_test
,
device
):
if
device
.
version
<
18
:
return
device
.
version
return
None