summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Schake2018-03-17 20:26:59 -0500
committerEmil Velikov2018-03-22 11:47:05 -0500
commit32ee9c0e0566ee6642c3df02315a2595105c0c87 (patch)
treec9b31af48cf51a88f38b16388bef3b095b72ed7c
parentd930ef82b2fe32d793e78ce536567ead7cc973d7 (diff)
downloadexternal-libdrm-32ee9c0e0566ee6642c3df02315a2595105c0c87.tar.gz
external-libdrm-32ee9c0e0566ee6642c3df02315a2595105c0c87.tar.xz
external-libdrm-32ee9c0e0566ee6642c3df02315a2595105c0c87.zip
android: Add missing include exports
They were set for the static library but not the shared variant. Signed-off-by: Stefan Schake <stschake@gmail.com> Acked-by: John Stultz <john.stultz@linaro.org> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 8611c5e3..1b77c538 100644
--- a/Android.mk
+++ b/Android.mk
@@ -53,7 +53,9 @@ LOCAL_MODULE := libdrm
53 53
54LOCAL_SRC_FILES := $(LIBDRM_FILES) 54LOCAL_SRC_FILES := $(LIBDRM_FILES)
55LOCAL_EXPORT_C_INCLUDE_DIRS := \ 55LOCAL_EXPORT_C_INCLUDE_DIRS := \
56 $(LOCAL_PATH)/include/drm 56 $(LOCAL_PATH) \
57 $(LOCAL_PATH)/include/drm \
58 $(LOCAL_PATH)/android
57 59
58LOCAL_SHARED_LIBRARIES := \ 60LOCAL_SHARED_LIBRARIES := \
59 libcutils 61 libcutils