[Mesa-dev] [PATCH drm_gralloc 1/2] build: set the export include dirs
Emil Velikov
emil.l.velikov at gmail.com
Tue Jul 21 07:36:31 PDT 2015
... in order to prevent fixed path hacks in other projects.
Cc: Varad Gautam <varadgautam at gmail.com>
Cc: Chih-Wei Huang <cwhuang at android-x86.org>
Cc: Eric Anholt <eric at anholt.net>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
Android.mk | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Android.mk b/Android.mk
index 571ec1c..f749e6e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -63,6 +63,9 @@ LOCAL_C_INCLUDES := \
external/drm \
external/drm/include/drm
+LOCAL_EXPORT_C_INCLUDE_DIRS := \
+ $(LOCAL_PATH)
+
LOCAL_SHARED_LIBRARIES := \
libdrm \
liblog \
--
2.4.5
More information about the mesa-dev
mailing list