summaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
authorTapani Pälli <[email protected]>2017-03-13 14:08:37 +0200
committerTapani Pälli <[email protected]>2017-03-14 07:48:22 +0200
commit473432257470e4d1a9222b12b773ab93dbdbcda8 (patch)
tree6e2035c2cbbd50a544747fc30c2ffacce2a6c466 /src/intel
parent8f22552a4ff40c74c661b5812569c1b1ea388f46 (diff)
android: add src/intel/compiler to libmesa_intel_compiler includes
fixes build error when brw_nir.h not found in the generated file brw_nir_trig_workarounds.c. Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/Android.compiler.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/Android.compiler.mk b/src/intel/Android.compiler.mk
index 8bbfb1cbd40..81209f4ed0a 100644
--- a/src/intel/Android.compiler.mk
+++ b/src/intel/Android.compiler.mk
@@ -43,6 +43,7 @@ LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/gallium/include \
$(call generated-sources-dir-for,STATIC_LIBRARIES,libmesa_glsl,,)/glsl \
$(call generated-sources-dir-for,STATIC_LIBRARIES,libmesa_nir,,)/nir \
+ $(MESA_TOP)/src/intel/compiler \
$(MESA_TOP)/src/compiler/nir
LOCAL_SHARED_LIBRARIES := \