diff options
author | Paul Duffin <paulduffin@google.com> | 2021-05-12 13:46:54 +0100 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2021-05-13 21:25:42 +0100 |
commit | a10bd3c1277dd1fa9ff171ce68d2fdeacbf9609b (patch) | |
tree | f4a14af070a99ebbf64c6d213796f0f7f7faa246 /java/java.go | |
parent | 17ccf26748ab80ac2a1ccf55f3426022a1268307 (diff) |
Add java_sdk_library in bootclasspath_fragment contents to sdk
A java_library specified in a bootclasspath_fragment's contents
property will be automatically added to the sdk containing that
bootclasspath_fragment. Previously, if that was attempted with a
java_sdk_library it would be added to the sdk as if it was a normal
java_boot_libs which would prevent the sdk from containing the
API specific artifact such as current.txt files and stub libraries
and sources.
This change fixes that and adds a java_sdk_library as a java_sdk_libs
module.
Bug: 177892522
Test: m nothing
Change-Id: Ided57b846ce5b8940c7e898c786fd77602582ea2
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions