aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/Android.common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/Android.common.mk')
-rw-r--r--src/gallium/Android.common.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gallium/Android.common.mk b/src/gallium/Android.common.mk
index 782510ff0f4..0d55f04ac94 100644
--- a/src/gallium/Android.common.mk
+++ b/src/gallium/Android.common.mk
@@ -27,6 +27,9 @@ LOCAL_C_INCLUDES += \
$(GALLIUM_TOP)/include \
$(GALLIUM_TOP)/auxiliary \
$(GALLIUM_TOP)/winsys \
- $(GALLIUM_TOP)/drivers
+ $(GALLIUM_TOP)/drivers \
+ $(MESA_TOP)/src/freedreno \
+ $(MESA_TOP)/src/freedreno/ir3 \
+ $(MESA_TOP)/src/freedreno/registers
include $(MESA_COMMON_MK)