projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca313e0
)
android: intel: fix include paths in new "common" library
author
Mauro Rossi
<issor.oruam@gmail.com>
Sun, 4 Sep 2016 00:00:24 +0000
(
02:00
+0200)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/src/intel/Android.common.mk
b/src/intel/Android.common.mk
index dcc01409ff089e87412fe4b46099ce6f7390e3d6..f056f0a9df0c8fcde0ced2a74446492d794030de 100644
(file)
--- 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)