meson/intel: Don't build genxml tests on Android

They require expat which we don't have on Android.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12308>
This commit is contained in:
Jason Ekstrand 2021-08-10 17:37:31 -05:00 committed by Marge Bot
parent fdc5138256
commit ce1a66fe3e

View file

@ -95,7 +95,7 @@ if install_intel_gpu_tests
endforeach
endif
if with_tests
if with_tests and not with_platform_android
gentest_xml = files('tests/gentest.xml')
_name = 'gentest_pack.h'
gentest_pack = custom_target(