summaryrefslogtreecommitdiffstats
path: root/xmlserializer
diff options
context:
space:
mode:
authorJin Wei <wei.a.jin@intel.com>2013-10-22 12:16:27 +0800
committerDavid Wagner <david.wagner@intel.com>2014-02-12 17:04:13 +0100
commitbf76f6b8651886e7cf5ae1a0904af3afc4f4cb99 (patch)
tree1a881db434eaac07ccf3d96f7f38fdc3e9af0773 /xmlserializer
parent86d1ab7b9d4f2b8722361d0f7c2ea99c50881a04 (diff)
downloadexternal_parameter-framework-bf76f6b8651886e7cf5ae1a0904af3afc4f4cb99.zip
external_parameter-framework-bf76f6b8651886e7cf5ae1a0904af3afc4f4cb99.tar.gz
external_parameter-framework-bf76f6b8651886e7cf5ae1a0904af3afc4f4cb99.tar.bz2
fix build error
host version of lib libicuuc has changed to libicuuc-host Change-Id: I936a8e196d01d8cacf4ce0d64370b9cddccd8b3a Signed-off-by: Jin Wei <wei.a.jin@intel.com>
Diffstat (limited to 'xmlserializer')
-rw-r--r--xmlserializer/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlserializer/Android.mk b/xmlserializer/Android.mk
index 22f4e88..0e9fc02 100644
--- a/xmlserializer/Android.mk
+++ b/xmlserializer/Android.mk
@@ -74,7 +74,7 @@ LOCAL_CFLAGS := $(common_cflags)
LOCAL_C_INCLUDES += \
$(common_c_includes)
-LOCAL_SHARED_LIBRARIES := $(common_shared_libraries)
+LOCAL_SHARED_LIBRARIES := $(common_shared_libraries)-host
LOCAL_STATIC_LIBRARIES := $(common_static_libraries)
LOCAL_LDLIBS += $(common_ldlibs)