diff options
author | 2021-05-10 10:38:53 -0700 | |
---|---|---|
committer | 2021-06-03 16:42:11 +0000 | |
commit | 5959ec0a5f5a0c749ca86d68de5251e75629cba9 (patch) | |
tree | a4157703f16d6925132042fe5a86be7aceb6d38b /test-base | |
parent | efc3806b1cf298a12882de72cb2e0f27d0a788aa (diff) |
Set dist_group: "android" for frameworks/base java_sdk_libraries
dist_group replaces owner and the default is going to change, set it
to the current default "android" for frameworks/base java_sdk_libraries.
Bug: 186723288
Test: m checkbuild
Change-Id: I1526853951bcffbe5c5aec6fbc6ba8e0dbea95ad
Merged-In: I1526853951bcffbe5c5aec6fbc6ba8e0dbea95ad
Diffstat (limited to 'test-base')
-rw-r--r-- | test-base/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-base/Android.bp b/test-base/Android.bp index b58aa11597c2..97ebba689d8b 100644 --- a/test-base/Android.bp +++ b/test-base/Android.bp @@ -55,6 +55,7 @@ java_sdk_library { hiddenapi_additional_annotations: [ "android.test.base-hiddenapi-annotations", ], + dist_group: "android", } // Build the android.test.base_static library |