From 0fbd572ff8095725b47a69f08134d5efbc1336e8 Mon Sep 17 00:00:00 2001 From: Mattijs Korpershoek Date: Mon, 16 Jun 2014 11:42:40 +0200 Subject: Create specific targets for headers export BZ: 203091 Hard coded relative or absolute paths shall be avoided. To allow other components to import necessary headers we created two new targets. Change-Id: I95e8f13765537f431f5730a7cdde4f85f4b7d06a Signed-off-by: Mattijs Korpershoek --- xmlserializer/Android.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) mode change 100755 => 100644 xmlserializer/Android.mk diff --git a/xmlserializer/Android.mk b/xmlserializer/Android.mk old mode 100755 new mode 100644 index cade7c6..8dca27f --- a/xmlserializer/Android.mk +++ b/xmlserializer/Android.mk @@ -111,6 +111,22 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) include $(BUILD_HOST_STATIC_LIBRARY) +################################ +# Export includes for plugins (Target build) +include $(CLEAR_VARS) +LOCAL_MODULE := $(common_module)_includes +LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) +LOCAL_STATIC_LIBRARIES := libxml2 +include $(BUILD_STATIC_LIBRARY) + +################################ +# Export includes for plugins (Host build) +include $(CLEAR_VARS) +LOCAL_MODULE := $(common_module)_includes +LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) +LOCAL_STATIC_LIBRARIES := libxml2 +include $(BUILD_HOST_STATIC_LIBRARY) + # # libxml2-schemas # -- cgit v1.1