Snap for 6439596 from 5c6da22b1751b83076979c8d16f48054a7c58b19 to qt-aml-tzdata-release

Change-Id: I5b11eb109f3979493a6c41c9116dba37300efd44
diff --git a/Android.bp b/Android.bp
index 95d9b70..93ce028 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,7 +51,7 @@
 //############################################################
 //   build the harfbuzz shared library
 //
-cc_library {
+cc_library_shared {
     name: "libharfbuzz_ng",
     host_supported: true,
     arch: {
@@ -105,16 +105,11 @@
     target: {
         android: {
             shared_libs: [
-                "libandroidicu",
                 "libcutils",
                 "libutils",
             ],
         },
         host: {
-            shared_libs: [
-                "libicui18n",
-                "libicuuc",
-            ],
             static_libs: [
                 "libcutils",
                 "libutils",
@@ -126,6 +121,7 @@
     },
 
     shared_libs: [
+        "libandroidicu",
         "liblog",
     ],