[Mesa-dev] [PATCH] freedreno: add the a6xx sources to the Android build
Emil Velikov
emil.l.velikov at gmail.com
Fri Aug 17 12:51:47 UTC 2018
From: Emil Velikov <emil.velikov at collabora.com>
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 <hoegsberg at chromium.org>
Cc: Rob Clark <robdclark at gmail.com>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
In hind-sight, we might as well fold all the a[23456]xx into a
single piece?
---
src/gallium/drivers/freedreno/Android.mk | 1 +
1 file changed, 1 insertion(+)
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 := \
--
2.18.0
More information about the mesa-dev
mailing list