OSDN Git Service

android: intel: fix include paths in new "common" library
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 4 Sep 2016 00:00:24 +0000 (02:00 +0200)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sun, 4 Sep 2016 03:03:16 +0000 (20:03 -0700)
Fixes building error in libmesa_intel_common static library

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/Android.common.mk

index dcc0140..f056f0a 100644 (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)