i965/meta: Don't pollute the renderbuffer namespace
[mesa.git] / src / mesa / Android.libmesa_st_mesa.mk
index a08366d53eb6886938e024c769e14ff840e18251..ee8887b73ec40e15258c78b8d75ea684ec03fe38 100644 (file)
@@ -52,12 +52,12 @@ LOCAL_CFLAGS := \
 endif
 
 LOCAL_C_INCLUDES := \
-       $(call intermediates-dir-for STATIC_LIBRARIES,libmesa_program,,) \
-       $(MESA_TOP)/src/gallium/auxiliary \
-       $(MESA_TOP)/src/gallium/include \
-       $(MESA_TOP)/src \
+       $(MESA_TOP)/src/mapi \
+       $(MESA_TOP)/src/mesa/main \
        $(MESA_TOP)/src/glsl \
-       $(MESA_TOP)/src/mapi
+       $(MESA_TOP)/src/compiler/nir \
+       $(MESA_TOP)/src/gallium/auxiliary \
+       $(MESA_TOP)/src/gallium/include
 
 LOCAL_WHOLE_STATIC_LIBRARIES := \
        libmesa_program