android: intel: fix include paths in new "common" library

Fixes building error in libmesa_intel_common static library

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Mauro Rossi
2016-09-04 02:00:24 +02:00
committed by Jason Ekstrand
parent ca313e00b6
commit 98f734e758
+6
View File
@@ -31,5 +31,11 @@ LOCAL_MODULE_CLASS := STATIC_LIBRARIES
LOCAL_SRC_FILES := $(COMMON_FILES)
LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/gallium/include \
$(MESA_TOP)/src/gallium/auxiliary \
$(MESA_TOP)/src/mapi \
$(MESA_TOP)/src/mesa
include $(MESA_COMMON_MK)
include $(BUILD_STATIC_LIBRARY)