summaryrefslogtreecommitdiffstats
path: root/drm
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2018-11-20 19:11:07 +0000
committerVictor Chang <vichang@google.com>2019-01-02 17:30:17 +0000
commitb6826d9e88b521c5c970cf748db83b43c70d56d1 (patch)
treef6ad0f52bc55d3c13f71f4a572a16fd80d8e26e6 /drm
parentd1265e14e77943e84a52fd7c04922280dd598899 (diff)
downloadframeworks_av-b6826d9e88b521c5c970cf748db83b43c70d56d1.tar.gz
frameworks_av-b6826d9e88b521c5c970cf748db83b43c70d56d1.tar.bz2
frameworks_av-b6826d9e88b521c5c970cf748db83b43c70d56d1.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://go/apex-stable-icu4c-interface for the design. See http://aosp/801855 for libandroidicu implementation. Bug: 117094880 Test: m checkbuild Change-Id: Ida6aac85dfb79bf8e7a3a2540e567ee211279e09
Diffstat (limited to 'drm')
-rw-r--r--drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.bp b/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.bp
index 28a78aa21a..bb9d7ec791 100644
--- a/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.bp
+++ b/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.bp
@@ -29,8 +29,7 @@ cc_library_shared {
srcs: ["src/FwdLockEngine.cpp"],
shared_libs: [
- "libicui18n",
- "libicuuc",
+ "libandroidicu",
"libutils",
"liblog",
"libdl",