Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
device
/
vulkan
/
test_config.py
blob: bd4711b6d04e9f1b7f4c97534c652508b5ab391d [
file
] [
log
] [
blame
]
def
build_unsupported
(
test
):
# Vulkan support wasn't added until android-24
if
test
.
config
.
api
<
24
:
return
test
.
config
.
api
return
None