swr: fix build with mingw
[mesa.git] / src / gallium / Android.common.mk
index 7c6c7ac68202e2704b51883735d16a7978a0b3d7..3f7779892df8bdff30118ed8db68e19c7059a0e7 100644 (file)
@@ -27,14 +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 \
-       external/libcxx/include \
-       external/elfutils/$(if $(filter true,$(MESA_LOLLIPOP_BUILD)),0.153/)libelf
-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)