summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-17 07:14:42 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-17 07:14:42 +0000
commit5c22c94c2a797a7e38cb3b284c21aecb92592778 (patch)
tree53ec000562250fcad692a4bf9111795043c3e4f5
parent16841ce31f9f611e40e61bb6a39aa87964b3e771 (diff)
parent28d5fdfc113d4748a67931ce139d02b9c7607c63 (diff)
downloadicu-5c22c94c2a797a7e38cb3b284c21aecb92592778.tar.gz
release-request-6c498b17-9310-412b-ad36-3dcf25ffef73-for-git_oc-release-4017086 snap-temp-L16500000064871237
Change-Id: I4b5cfdb237fde876a24db1481189f409c766764d
-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 a5a08246a..6bacb5003 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 c7b0286ca..253bad864 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,