summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2019-06-25 08:21:52 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-06-25 08:21:52 +0000
commit915a6193a725fbef6135fd093b7a2925fa739b3e (patch)
treea5a3730ca6d7f274b9279d19a7290f6dd5ecb7ca
parentdf463070ff5e51c1d4faa2eb9e4107075870600c (diff)
parent5bc6cc2d427807a81dec80e38b5861daeb282879 (diff)
downloadparameter-framework-915a6193a725fbef6135fd093b7a2925fa739b3e.tar.gz
Merge "Switch host variant to using ICU direct"android-o-mr1-iot-release-1.0.14
-rw-r--r--Android.bp12
1 files changed, 11 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index dfb8a75..e4d9df1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -93,7 +93,6 @@ cc_library_shared {
],
shared_libs: [
"libremote-processor",
- "libandroidicu",
],
static_libs: [
"libpfw_utility",
@@ -182,6 +181,17 @@ cc_library_shared {
"upstream/xmlserializer/XmlStreamDocSink.cpp",
"upstream/parameter/CommandHandlerWrapper.cpp",
],
+ target: {
+ android: {
+ shared_libs: ["libandroidicu"],
+ },
+ host: {
+ shared_libs: [
+ "libicui18n",
+ "libicuuc",
+ ],
+ },
+ },
}
cc_binary {