mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
mesa: try to fix the android build
Fixes: 8a3e2cd9b2
Closes: #2685
Acked-by: Tapani Pälli <tapani.palli@intel.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4325>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4325>
This commit is contained in:
parent
36c155a017
commit
9899a8e26c
1 changed files with 8 additions and 1 deletions
|
|
@ -40,7 +40,14 @@ sources := \
|
|||
main/format_info.h \
|
||||
main/remap_helper.h \
|
||||
main/get_hash.h \
|
||||
main/marshal_generated.c \
|
||||
main/marshal_generated0.c \
|
||||
main/marshal_generated1.c \
|
||||
main/marshal_generated2.c \
|
||||
main/marshal_generated3.c \
|
||||
main/marshal_generated4.c \
|
||||
main/marshal_generated5.c \
|
||||
main/marshal_generated6.c \
|
||||
main/marshal_generated7.c \
|
||||
main/marshal_generated.h
|
||||
|
||||
LOCAL_SRC_FILES := $(filter-out $(sources), $(LOCAL_SRC_FILES))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue