mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 09:50:36 +02:00
freedreno: fix android build with a5xx
Android doesn't build all the files that normal linux/autotools build does (mainly standalond ir3_compiler).. but possibly we should pull C_SOURCES + aNxx_SOURCES into a single variable picked up by both Android.mk and Makefile.am? (Suggested by Rob H.) Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
8b6f8f2576
commit
ef30e91fe6
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ LOCAL_SRC_FILES := \
|
|||
$(a2xx_SOURCES) \
|
||||
$(a3xx_SOURCES) \
|
||||
$(a4xx_SOURCES) \
|
||||
$(a5xx_SOURCES) \
|
||||
$(ir3_SOURCES)
|
||||
|
||||
#LOCAL_CFLAGS := \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue