summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTapani Pälli <tapani.palli@intel.com>2019-01-25 09:51:52 +0200
committerTapani Pälli <tapani.palli@intel.com>2019-01-25 15:21:06 +0200
commit540939ecee7beee7833f4920ed528da93f608055 (patch)
tree27b98814d3da7da457fb2fab9d081f0002ab766d
parent4759bb2fcf47388c9c277e514b789dde3c5e3d16 (diff)
android: fix build issues with libmesa_anv_gen* libraries
We need this include path to find nir/nir_xfb_info.h. Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
-rw-r--r--src/intel/Android.vulkan.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/Android.vulkan.mk b/src/intel/Android.vulkan.mk
index db81fada277..7019c8cbc8f 100644
--- a/src/intel/Android.vulkan.mk
+++ b/src/intel/Android.vulkan.mk
@@ -38,6 +38,7 @@ VULKAN_COMMON_INCLUDES := \
$(MESA_TOP)/src/intel \
$(MESA_TOP)/include/drm-uapi \
$(MESA_TOP)/src/intel/vulkan \
+ $(MESA_TOP)/src/compiler \
frameworks/native/vulkan/include
# libmesa_anv_entrypoints with header and dummy.c