diff options
| author | Colin Cross <ccross@android.com> | 2021-05-10 10:48:15 -0700 |
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2021-06-03 10:38:28 -0700 |
| commit | bedd76028060d7fc70b4e752631620549d13ef84 (patch) | |
| tree | b4ec82b453accc1f321bd0a2c122ea0321c60559 /JavaLibrary.bp | |
| parent | 44ea1c139bb092477436b83a2f19004a72d091af (diff) | |
Set dist_group: "android" for libcore java_sdk_libraries
dist_group replaces owner and the default is going to change, set it
to the current default "android" for libcore java_sdk_libraries.
Bug: 186723288
Test: m checkbuild
Change-Id: Ida270c457106ef95544c8bdb48637a00ef57ce49
Merged-In: Ida270c457106ef95544c8bdb48637a00ef57ce49
(cherry picked from commit 08ed416a46683e3f0d8615e4ccfb31bf9048a016)
Diffstat (limited to 'JavaLibrary.bp')
| -rw-r--r-- | JavaLibrary.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/JavaLibrary.bp b/JavaLibrary.bp index 2e1ef96d44..6a0cf800ed 100644 --- a/JavaLibrary.bp +++ b/JavaLibrary.bp @@ -949,6 +949,7 @@ java_sdk_library { // the API will be checked for compatibility against the latest released // version of the API. dist_stem: "art", + dist_group: "android", } // Used when compiling higher-level code against art.module.public.api.stubs. |
