From: Emil Velikov Date: Fri, 17 Aug 2018 12:51:47 +0000 (+0100) Subject: freedreno: add the a6xx sources to the Android build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c231b49c533cc4a2d5ecf2b48580753fdf8b8759;p=mesa.git freedreno: add the a6xx sources to the Android build Add the files otherwise things just won't build. Haven't actually tested it, but it's a small step in the right direction. Fixes: de3b34df973 ("freedreno: Add a6xx backend") Cc: Kristian H. Kristensen Cc: Rob Clark Signed-off-by: Emil Velikov Reviewed-by: Rob Clark --- diff --git a/src/gallium/drivers/freedreno/Android.mk b/src/gallium/drivers/freedreno/Android.mk index 7b543097987..9cc727aa80d 100644 --- a/src/gallium/drivers/freedreno/Android.mk +++ b/src/gallium/drivers/freedreno/Android.mk @@ -31,6 +31,7 @@ LOCAL_SRC_FILES := \ $(a3xx_SOURCES) \ $(a4xx_SOURCES) \ $(a5xx_SOURCES) \ + $(a6xx_SOURCES) \ $(ir3_SOURCES) #LOCAL_CFLAGS := \