From 1080f66c39d444bd21be08c0ca3635631a2fc07c Mon Sep 17 00:00:00 2001 From: Guillaume Denneulin Date: Thu, 5 Dec 2013 16:24:32 +0100 Subject: Modify include handling to comply with new plugins repo BZ: 156675 Plugins are moving to new repositories. Modify include handling to comply inter-repo include dependency. Change-Id: I4f65ab4a7f1f524b59dffc567a679154e3394147 Signed-off-by: Guillaume Denneulin --- xmlserializer/Android.mk | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 xmlserializer/Android.mk (limited to 'xmlserializer') diff --git a/xmlserializer/Android.mk b/xmlserializer/Android.mk old mode 100644 new mode 100755 index 0e9fc02..ef3f107 --- a/xmlserializer/Android.mk +++ b/xmlserializer/Android.mk @@ -57,6 +57,8 @@ LOCAL_STATIC_LIBRARIES := $(common_static_libraries) LOCAL_LDLIBS += $(common_ldlibs) +LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) + include $(BUILD_STATIC_LIBRARY) ############################## @@ -79,4 +81,6 @@ LOCAL_STATIC_LIBRARIES := $(common_static_libraries) LOCAL_LDLIBS += $(common_ldlibs) +LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) + include $(BUILD_HOST_STATIC_LIBRARY) -- cgit v1.1