mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
android: fix source files path for libmesa_anv_gen11
Signed-off-by: Harish Krupo <harish.krupo.kps@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
parent
248c593132
commit
b9af043716
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ include $(CLEAR_VARS)
|
|||
LOCAL_MODULE := libmesa_anv_gen11
|
||||
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
|
||||
|
||||
LOCAL_SRC_FILES := $(VULKAN_GEN10_FILES)
|
||||
LOCAL_SRC_FILES := $(VULKAN_GEN11_FILES)
|
||||
LOCAL_CFLAGS := -DGEN_VERSIONx10=110
|
||||
|
||||
LOCAL_C_INCLUDES := $(ANV_INCLUDES)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue