summaryrefslogtreecommitdiffstats
path: root/xmlserializer
diff options
context:
space:
mode:
authorChetan Rao <chetan.rao@intel.com>2013-04-29 11:53:42 +0300
committerDavid Wagner <david.wagner@intel.com>2014-02-12 17:04:03 +0100
commit55f41bcc3edf282f236539bb26bd6dc8638f235e (patch)
tree792c51775c76c7f8358099104237ede4a47e3368 /xmlserializer
parentd0d96a26ddbb9c79a5c795236f5a48cb390664a1 (diff)
downloadexternal_parameter-framework-55f41bcc3edf282f236539bb26bd6dc8638f235e.zip
external_parameter-framework-55f41bcc3edf282f236539bb26bd6dc8638f235e.tar.gz
external_parameter-framework-55f41bcc3edf282f236539bb26bd6dc8638f235e.tar.bz2
parameter-framework: Remove the hardcoding from TOP of tree
BZ: 120651 Remove the hard coding of path from TOP of android build tree. pathmap_INCL has been extended to add AOSP include dirs used by parameter framework. Need to use the MACRO include-path-for defined in build/core/pathmap.mk to include the AOSP paths Change-Id: Ic7c9eb4bcf39db5e31d14c785d8d2e37ab53af78 Signed-off-by: Chetan Rao <chetan.rao@intel.com> Reviewed-on: http://android.intel.com:8080/105311 Reviewed-by: Dixon, CharlesX <charlesx.dixon@intel.com> Tested-by: Barthes, FabienX <fabienx.barthes@intel.com> Reviewed-by: Rocard, KevinX <kevinx.rocard@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
Diffstat (limited to 'xmlserializer')
-rw-r--r--xmlserializer/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlserializer/Android.mk b/xmlserializer/Android.mk
index 449241b..799bf1c 100644
--- a/xmlserializer/Android.mk
+++ b/xmlserializer/Android.mk
@@ -20,8 +20,8 @@ common_module := libxmlserializer
common_module_tags := optional
common_c_includes := \
- external/libxml2/include/ \
- external/webkit/Source/WebCore/icu/ \
+ $(call include-path-for, libxml2) \
+ $(call include-path-for, webcore-icu) \
common_shared_libraries := libicuuc
common_static_libraries := libxml2
@@ -40,7 +40,7 @@ LOCAL_MODULE_TAGS := $(common_module_tags)
LOCAL_C_INCLUDES += \
$(common_c_includes) \
- external/stlport/stlport/ \
+ $(call include-path-for, stlport) \
bionic/
LOCAL_SHARED_LIBRARIES := $(common_shared_libraries) libstlport