summaryrefslogtreecommitdiffstats
path: root/src/mesa/program
diff options
context:
space:
mode:
authorChih-Wei Huang <[email protected]>2015-04-04 05:01:23 +0800
committerEmil Velikov <[email protected]>2015-04-22 15:53:36 +0100
commit5b8d61b0ccf9c3228bef680b02c128734270a9d9 (patch)
tree0040307c821466f4cff6b6f34c24fdcab246c5d7 /src/mesa/program
parentb0e33c2256a68d87c4f67b6e25a86e594649ab93 (diff)
android: export the path of the generated headers
The modules need the headers can get the path automatically. Signed-off-by: Chih-Wei Huang <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/program')
-rw-r--r--src/mesa/program/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/program/Android.mk b/src/mesa/program/Android.mk
index 9a6f9629463..ccb0fa5f32b 100644
--- a/src/mesa/program/Android.mk
+++ b/src/mesa/program/Android.mk
@@ -78,5 +78,7 @@ LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/gallium/auxiliary \
$(MESA_TOP)/src/gallium/include
+LOCAL_EXPORT_C_INCLUDE_DIRS := $(intermediates)
+
include $(MESA_COMMON_MK)
include $(BUILD_STATIC_LIBRARY)