mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 04:40:09 +01:00
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>
This commit is contained in:
parent
d930ef82b2
commit
32ee9c0e05
1 changed files with 3 additions and 1 deletions
|
|
@ -53,7 +53,9 @@ LOCAL_MODULE := libdrm
|
|||
|
||||
LOCAL_SRC_FILES := $(LIBDRM_FILES)
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := \
|
||||
$(LOCAL_PATH)/include/drm
|
||||
$(LOCAL_PATH) \
|
||||
$(LOCAL_PATH)/include/drm \
|
||||
$(LOCAL_PATH)/android
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libcutils
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue