summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-05-10 10:47:59 -0700
committerColin Cross <ccross@android.com>2021-06-01 14:27:12 -0700
commit6778d65b28856bf843fd5f053cc04a4c9ac54e5e (patch)
treea6629e4f2d9635fe786145219557fc1605f5881a
parent3cb73c4aad9b5b7e3b42a1cd9c058e70bcd0851e (diff)
downloadicu-6778d65b28856bf843fd5f053cc04a4c9ac54e5e.tar.gz
Set dist_group: "android" for external/icu java_sdk_libraries
dist_group replaces owner and the default is going to change, set it to the current default "android" for external/icu java_sdk_libraries. Bug: 186723288 Test: m checkbuild Change-Id: I05d6179f6a1b83b306aae6e49fa0c831346dd90b
-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.