diff options
| author | Victor Chang <vichang@google.com> | 2018-11-26 18:05:25 +0000 |
|---|---|---|
| committer | Victor Chang <vichang@google.com> | 2019-01-07 22:16:34 +0000 |
| commit | 31e5d11653375c5e9338ea1898e07a6bfd99019b (patch) | |
| tree | 790930e990bce6e63c16dbf3c3a47355e27647da | |
| parent | a0d2b86c28401c83e04214b886c9508175385f4a (diff) | |
| download | platform_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.bp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ cc_library_shared { ], shared_libs: [ "libremote-processor", - "libicuuc", + "libandroidicu", ], static_libs: [ "libpfw_utility", |
