diff options
author | Guillaume Denneulin <guillaume.denneulin@intel.com> | 2013-12-05 16:24:32 +0100 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-02-12 17:04:15 +0100 |
commit | 1080f66c39d444bd21be08c0ca3635631a2fc07c (patch) | |
tree | be69ebf86e7b7efdc6f3577492bf72bec5a9bf5c /xmlserializer | |
parent | 1e78db8ce52d8d63a62e039b9903f0447142139a (diff) | |
download | external_parameter-framework-1080f66c39d444bd21be08c0ca3635631a2fc07c.zip external_parameter-framework-1080f66c39d444bd21be08c0ca3635631a2fc07c.tar.gz external_parameter-framework-1080f66c39d444bd21be08c0ca3635631a2fc07c.tar.bz2 |
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 <guillaume.denneulin@intel.com>
Diffstat (limited to 'xmlserializer')
-rwxr-xr-x[-rw-r--r--] | xmlserializer/Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmlserializer/Android.mk b/xmlserializer/Android.mk index 0e9fc02..ef3f107 100644..100755 --- 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) |