[Mesa-dev] [PATCH 1/8] intel: Add a new "common" library for more code sharing
Mauro Rossi
issor.oruam at gmail.com
Sun Sep 4 00:00:24 UTC 2016
Hi,
minor changes are required to Android.common.mk include paths.
Build tested with android 7.0
Cheers
M.
>From e783a73d15e0e49bb323b2e47bc2de0b51ceffa2 Mon Sep 17 00:00:00 2001
From: Mauro Rossi <issor.oruam at gmail.com>
Date: Sun, 4 Sep 2016 00:50:48 +0200
Subject: [PATCH] android: intel: fix include paths in new "common" library
Fixes building error in libmesa_intel_common static library
---
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)
--
2.7.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-android-intel-fix-include-paths-in-new-common-librar.patch
Type: text/x-patch
Size: 849 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160904/b37fbb46/attachment.bin>
More information about the mesa-dev
mailing list