summaryrefslogtreecommitdiffstats
path: root/src/compiler
diff options
context:
space:
mode:
authorTapani Pälli <[email protected]>2017-07-19 10:12:47 +0300
committerTapani Pälli <[email protected]>2017-07-21 08:47:56 +0300
commitb78563f0d07f44143021feeb1172c320a4f98bb6 (patch)
treeb2eaa71f1725610859f252c6d7c3ac21fd07296c /src/compiler
parentaff108f2fd303ea4671541c8eca8550ddf69dc13 (diff)
android: fix libmesa_nir build
current build did not find required include 'spirv_info.h' Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/Android.nir.mk1
1 files changed, 1 insertions, 0 deletions
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