Skip to content
Snippets Groups Projects
Commit f1713cec authored by Tor Norbye's avatar Tor Norbye
Browse files

119021844: Add support for subtracting APIs

This CL adds the following flag:
--subtract-api <api file>  Subtracts the API in the given signature or jar
                           file from the current API being emitted via
                           --api, --stubs, --doc-stubs, etc. Note that the
                           subtraction only applies to classes; it does not
                           subtract members.

This lets you limit the emitted API signature files, stub files, etc,
to be just the delta relative to a subset of the API, or an older
version of the API.

Bug: 119021844: Remove duplicate classes from org.apache.http.legacy stubs library
Test: Unit test included
Change-Id: I28a9f0f49ac42626a62f5ca4faa6c35e38554228
parent d3fe21fb
No related branches found
No related tags found
No related merge requests found
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