summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Venkatraman <vijaykv@google.com>2017-05-17 00:46:16 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-17 00:46:16 +0000
commitd05ccd13d2a40a7e4bf59fe8c93bd3ffbb0d0e40 (patch)
treefaf4d3cb943c559a7e6c3e4a237741d8020c5a49
parent03b03d209ca43371d2dbcbcde24543e8d5ab2353 (diff)
parentf8b21b25aa556fbffb41ce98fde165fcfd129714 (diff)
downloadicu-d05ccd13d2a40a7e4bf59fe8c93bd3ffbb0d0e40.tar.gz
Add vendor_available to libicui18n and libicuuc am: 28d5fdfc11
am: f8b21b25aa Change-Id: I57e0d0d91354c65c3f069c807566ca1ff0604b39
-rw-r--r--icu4c/source/common/Android.bp1
-rw-r--r--icu4c/source/i18n/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/icu4c/source/common/Android.bp b/icu4c/source/common/Android.bp
index 9555db72f..8ec554761 100644
--- a/icu4c/source/common/Android.bp
+++ b/icu4c/source/common/Android.bp
@@ -253,6 +253,7 @@ cc_defaults {
//
cc_library_shared {
name: "libicuuc",
+ vendor_available: true,
host_supported: true,
unique_host_soname: true,
defaults: ["libicuuc_defaults"],
diff --git a/icu4c/source/i18n/Android.bp b/icu4c/source/i18n/Android.bp
index f521095b9..ef84d970d 100644
--- a/icu4c/source/i18n/Android.bp
+++ b/icu4c/source/i18n/Android.bp
@@ -241,6 +241,7 @@ cc_defaults {
//
cc_library_shared {
name: "libicui18n",
+ vendor_available: true,
defaults: ["libicui18n_defaults"],
host_supported: true,
unique_host_soname: true,