Merge "bionic-unit-tests should depend on libandroidicu instead"
diff --git a/tests/Android.bp b/tests/Android.bp
index 75c6f9f..e7cf94b 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -508,7 +508,7 @@
 
     target: {
         android: {
-            shared_libs: ["libicuuc"],
+            shared_libs: ["libandroidicu"],
         },
     },