From ce1a66fe3e10c0467b52cc656660a9e466e92fb9 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Tue, 10 Aug 2021 17:37:31 -0500 Subject: [PATCH] meson/intel: Don't build genxml tests on Android They require expat which we don't have on Android. Reviewed-by: Lionel Landwerlin Reviewed-by: Kristian H. Kristensen Reviewed-by: Eric Engestrom Part-of: --- src/intel/common/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/common/meson.build b/src/intel/common/meson.build index 20ada89..737da35 100644 --- a/src/intel/common/meson.build +++ b/src/intel/common/meson.build @@ -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( -- 2.7.4