mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
Android: add missing u_math.h include path for libmesa_isl
Commit87d062a940("i965: Fix shared local memory size for Gen9+.") added u_math.h include which broke the Android build: In file included from external/mesa3d/src/intel/isl/isl_storage_image.c:25: In file included from external/mesa3d/src/mesa/drivers/dri/i965/brw_compiler.h:29: external/mesa3d/src/mesa/main/macros.h:35:10: fatal error: 'util/u_math.h' file not found ^ Add the missing include paths for libmesa_isl. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Kenneth Garunke <kenneth@whitecape.org> Nominated-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit789ed13284)
This commit is contained in:
parent
fd2312e745
commit
271eee2464
1 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,8 @@ LOCAL_MODULE := libmesa_isl
|
|||
LOCAL_SRC_FILES := $(ISL_FILES)
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
$(MESA_TOP)/src/gallium/include \
|
||||
$(MESA_TOP)/src/gallium/auxiliary \
|
||||
$(MESA_TOP)/src/mapi \
|
||||
$(MESA_TOP)/src/mesa \
|
||||
$(MESA_TOP)/src/mesa/drivers/dri/i965 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue