From c885445a01913a3aba298f2b3bdd1ff364ebd7d9 Mon Sep 17 00:00:00 2001 From: Tim Barron Date: Fri, 25 Mar 2022 18:20:50 +0000 Subject: Switch libicing to depend on libicu. Bug: 223549255 Test: atest --rebuild-module-info CtsAppSearchTestCases Change-Id: I8747c37b51dd46c2f756a99abb854e3a3d3dab02 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 9a4111e..909e3ed 100644 --- a/Android.bp +++ b/Android.bp @@ -82,7 +82,7 @@ cc_library_shared { "libutf", ], shared_libs: [ - "libandroidicu", + "libicu", "liblog", "libprotobuf-cpp-lite", "libz", -- cgit v1.2.3