Module: Mesa Branch: master Commit: 98f734e758ee6a7ea0d9b86a0416d0418d2e7fc5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98f734e758ee6a7ea0d9b86a0416d0418d2e7fc5
Author: Mauro Rossi <[email protected]> Date: Sun Sep 4 02:00:24 2016 +0200 android: intel: fix include paths in new "common" library Fixes building error in libmesa_intel_common static library Reviewed-by: Jason Ekstrand <[email protected]> --- src/intel/Android.common.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/intel/Android.common.mk b/src/intel/Android.common.mk index dcc0140..f056f0a 100644 --- a/src/intel/Android.common.mk +++ b/src/intel/Android.common.mk @@ -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) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
