diff options
author | Paul Duffin <paulduffin@google.com> | 2020-05-20 14:20:02 +0100 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2020-05-20 18:02:00 +0100 |
commit | 23970f4285f2ba70b5a35a56a6dffa9afc1f37d9 (patch) | |
tree | 5fcd029f258e0fd027836d0fbfcf7239489120fc /java/java_test.go | |
parent | 46dc45aba9c60f8b6f90005f41dcbd2f771756e1 (diff) |
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
Change-Id: If91b4d106683f23788547c537228c58be2867174
Diffstat (limited to 'java/java_test.go')
0 files changed, 0 insertions, 0 deletions