swr: fix build with mingw
[mesa.git] / src / gallium / Android.common.mk
index b2eb95bcd6465975c0e0178a7f1942e6c2a30677..3f7779892df8bdff30118ed8db68e19c7059a0e7 100644 (file)
@@ -27,12 +27,10 @@ LOCAL_C_INCLUDES += \
        $(GALLIUM_TOP)/include \
        $(GALLIUM_TOP)/auxiliary \
        $(GALLIUM_TOP)/winsys \
-       $(GALLIUM_TOP)/drivers
-
-ifeq ($(MESA_ENABLE_LLVM),true)
-LOCAL_C_INCLUDES += \
-       external/llvm/include \
-       external/llvm/device/include
-endif
+       $(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)