commit | a907511d2667394771105fb3b958314a1a1975bf | [log] [tgz] |
---|---|---|
author | Victor Chang <vichang@google.com> | Fri Oct 09 14:41:17 2020 +0100 |
committer | Victor Chang <vichang@google.com> | Fri Oct 09 14:41:17 2020 +0100 |
tree | 799e15b8d4a8c93f55b522343665b2e15f3cbda3 | |
parent | e4a11e5f0d5a006611fd2ef8b600f107ec48e261 [diff] [blame] |
Use the new shim libicu available for NDK The plan is to migrate most users from libandroidicu, and libandroidicu will be deprecated. Test: m libpdfium Change-Id: I72d863e6d2ee05b9780f8ce34181a91586eb82c0
diff --git a/Android.bp b/Android.bp index 10a2cc3..ed6396a 100644 --- a/Android.bp +++ b/Android.bp
@@ -96,9 +96,9 @@ // TODO: figure out why turning on exceptions requires manually linking libdl shared_libs: [ - "libandroidicu", "libdl", "libft2", + "libicu", "libjpeg", "libz", ],