Skip to content
Commit a3fb67dd authored by Paul Duffin's avatar Paul Duffin
Browse files

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 23970f42)
Change-Id: I8277ec643837514d74cb57ad4f236ceb1f5c6c5b
parent 46fdda87
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment