diff options
author | Paul Duffin <paulduffin@google.com> | 2020-05-20 14:20:02 +0100 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2020-05-25 10:41:11 +0100 |
commit | a3fb67dd92d04ae8d95ea19d5563e2e277a3fa22 (patch) | |
tree | 33ad81142cbbb3d37d79305407dc8203a92de7e2 /java/java.go | |
parent | 46fdda872f19689be7c7356e94e0ff0db48638d8 (diff) | |
download | build_soong-a3fb67dd92d04ae8d95ea19d5563e2e277a3fa22.tar.gz build_soong-a3fb67dd92d04ae8d95ea19d5563e2e277a3fa22.tar.bz2 build_soong-a3fb67dd92d04ae8d95ea19d5563e2e277a3fa22.zip |
Retry: "java_sdk_library: Do not expose stubs implementation jar"
The stubs header jar is optimized for use as a dependency for others
to use. It only changes if there is a significant difference in the
externals of the classes, i.e. anything that a library being compiled
against depends upon. So changes to implementations of method or the
addition/removal of private methods, fields will have no impact.
As there is no benefit in returning the implementation of the stubs
jar this change removes it. The implementation is still used when
taking a snapshot as the header jar is an internal build artefact
that is not suitable for long term snapshot.
Bug: 155164730
Test: m droid
(cherry picked from commit 23970f4285f2ba70b5a35a56a6dffa9afc1f37d9)
Change-Id: I8277ec643837514d74cb57ad4f236ceb1f5c6c5b
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions