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>main
parent
d930ef82b2
commit
32ee9c0e05
|
@ -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…
Reference in New Issue