summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-06-02 19:26:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-06-02 19:26:45 +0000
commit095a491058e7caa44bb430e513ef84988248b41a (patch)
treea6629e4f2d9635fe786145219557fc1605f5881a
parent11efbe4561f40f9f776d5a694a8964157359fc9c (diff)
parent6778d65b28856bf843fd5f053cc04a4c9ac54e5e (diff)
downloadicu-095a491058e7caa44bb430e513ef84988248b41a.tar.gz
Set dist_group: "android" for external/icu java_sdk_libraries am: 6778d65b28
Original change: https://android-review.googlesource.com/c/platform/external/icu/+/1701506 Change-Id: Ida44ce6df62db19871092f825e0c60b458144881
-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.