From: Tapani Pälli Date: Wed, 19 Jul 2017 07:12:47 +0000 (+0300) Subject: android: fix libmesa_nir build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b78563f0d07f44143021feeb1172c320a4f98bb6;p=mesa.git android: fix libmesa_nir build current build did not find required include 'spirv_info.h' Signed-off-by: Tapani Pälli Reviewed-by: Emil Velikov --- diff --git a/src/compiler/Android.nir.mk b/src/compiler/Android.nir.mk index f021b809f05..75a247a245d 100644 --- a/src/compiler/Android.nir.mk +++ b/src/compiler/Android.nir.mk @@ -37,6 +37,7 @@ LOCAL_SRC_FILES := \ LOCAL_C_INCLUDES := \ $(MESA_TOP)/src/mapi \ $(MESA_TOP)/src/mesa \ + $(MESA_TOP)/src/compiler/spirv \ $(MESA_TOP)/src/gallium/include \ $(MESA_TOP)/src/gallium/auxiliary