summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-06-04 14:50:02 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-06-04 14:50:02 +0000
commit312d9b5ea9e0b4ae192e87ed829fd086e44418d3 (patch)
tree352c595769a6355ec22b1126e0b1966f7cf8e5cc
parent4d8f69e9edeb090585372fa90e7f7a28f4d44635 (diff)
parentf062d863f092fd2e81277ffa8cc6ad69619eb9a6 (diff)
downloadicu-312d9b5ea9e0b4ae192e87ed829fd086e44418d3.tar.gz
Set dist_group: "android" for external/icu java_sdk_libraries am: f062d863f0
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/icu/+/14822657 Change-Id: Ib8668ae53deb30b8bf00d6d3518bfe2d3e16ebfc
-rw-r--r--android_icu4j/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/android_icu4j/Android.bp b/android_icu4j/Android.bp
index 2808aa9c9..1e436eb8e 100644
--- a/android_icu4j/Android.bp
+++ b/android_icu4j/Android.bp
@@ -200,6 +200,7 @@ java_sdk_library {
// the API will be checked for compatibility against the latest released
// version of the API.
dist_stem: "runtime-i18n",
+ dist_group: "android",
}
// Generates stub source files for the intra-core API of the I18N module.