summaryrefslogtreecommitdiffstats
path: root/src/vulkan
diff options
context:
space:
mode:
authorChih-Wei Huang <[email protected]>2019-06-20 15:51:44 +0800
committerMauro Rossi <[email protected]>2019-07-10 08:56:10 +0200
commit4338e08bd699ac5461532256469b4e79920063e9 (patch)
tree42856894a25f3749d6399ee3ef74be246b247aa8 /src/vulkan
parente2ef281da14c2c735b3b82a7a405e9463aa74b67 (diff)
android: vulkan/util: fix export path
Export the correct include path so that the libraries use it can get it automatically. Signed-off-by: Chih-Wei Huang <[email protected]> Acked-by: Eric Engestrom <[email protected]> Acked-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/vulkan')
-rw-r--r--src/vulkan/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vulkan/Android.mk b/src/vulkan/Android.mk
index 99dd3f56313..c3230d8288f 100644
--- a/src/vulkan/Android.mk
+++ b/src/vulkan/Android.mk
@@ -62,8 +62,7 @@ $(LOCAL_GENERATED_SOURCES): $(MESA_TOP)/src/vulkan/util/gen_enum_to_str.py \
--xml $(vulkan_api_xml) \
--outdir $(dir $@)
-LOCAL_EXPORT_C_INCLUDE_DIRS := \
- $(intermediates)
+LOCAL_EXPORT_C_INCLUDE_DIRS := $(intermediates)/util
ifeq ($(filter $(MESA_ANDROID_MAJOR_VERSION), 4 5 6 7),)
LOCAL_SHARED_LIBRARIES += libnativewindow