From 31e5d11653375c5e9338ea1898e07a6bfd99019b Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Mon, 26 Nov 2018 18:05:25 +0000 Subject: 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 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3