mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 11:20:20 +01:00
android: fix libmesa_nir build
current build did not find required include 'spirv_info.h' Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
aff108f2fd
commit
b78563f0d0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue