summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2018-11-26 18:05:25 +0000
committerVictor Chang <vichang@google.com>2019-01-07 22:16:34 +0000
commit31e5d11653375c5e9338ea1898e07a6bfd99019b (patch)
tree790930e990bce6e63c16dbf3c3a47355e27647da
parenta0d2b86c28401c83e04214b886c9508175385f4a (diff)
downloadplatform_external_parameter-framework-31e5d11653375c5e9338ea1898e07a6bfd99019b.tar.gz
platform_external_parameter-framework-31e5d11653375c5e9338ea1898e07a6bfd99019b.tar.bz2
platform_external_parameter-framework-31e5d11653375c5e9338ea1898e07a6bfd99019b.zip
Use ICU in libandroidicu
libicuuc and libicui18n are moved into APEX, but they have no stable ABI due to the version suffix. Use libandroidicu which provides stable symbol. See http://r.android.com/801855 for libandroidicu implementation. Bug: 117094880 Test: m checkbuild Change-Id: I2da65a9ac14ac4e953ed57ec253355811099dde8
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index b17a2e3..2dab6a7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -65,7 +65,7 @@ cc_library_shared {
],
shared_libs: [
"libremote-processor",
- "libicuuc",
+ "libandroidicu",
],
static_libs: [
"libpfw_utility",