X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2FAndroid.common.mk;h=3f7779892df8bdff30118ed8db68e19c7059a0e7;hb=bc4a127d6e10318d48fa8b540b9c1ff7d62c8d29;hp=782510ff0f47dc0d2fa7b34cd8b5c3811948c8a6;hpb=f8e6d19f3f40931be741b44d3edf210c38e13f0f;p=mesa.git diff --git a/src/gallium/Android.common.mk b/src/gallium/Android.common.mk index 782510ff0f4..3f7779892df 100644 --- a/src/gallium/Android.common.mk +++ b/src/gallium/Android.common.mk @@ -27,6 +27,10 @@ LOCAL_C_INCLUDES += \ $(GALLIUM_TOP)/include \ $(GALLIUM_TOP)/auxiliary \ $(GALLIUM_TOP)/winsys \ - $(GALLIUM_TOP)/drivers + $(GALLIUM_TOP)/drivers \ + $(MESA_TOP)/src/etnaviv \ + $(MESA_TOP)/src/freedreno \ + $(MESA_TOP)/src/freedreno/ir3 \ + $(MESA_TOP)/src/freedreno/registers include $(MESA_COMMON_MK)