aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp8
1 files changed, 2 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 95d9b700c..93ce028ac 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 @@ cc_library {
target: {
android: {
shared_libs: [
- "libandroidicu",
"libcutils",
"libutils",
],
},
host: {
- shared_libs: [
- "libicui18n",
- "libicuuc",
- ],
static_libs: [
"libcutils",
"libutils",
@@ -126,6 +121,7 @@ cc_library {
},
shared_libs: [
+ "libandroidicu",
"liblog",
],