summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2021-05-14 10:38:00 +0100
committerPaul Duffin <paulduffin@google.com>2021-05-14 15:57:04 +0100
commit537ea3d04cf9587809b832b11c9830c433dc8267 (patch)
treea6ba9fe2e46f5e3bffd3964078ebc87e60c55be9 /java/java.go
parent850e61f23478b7b2b333e5dc62a6f805114bd625 (diff)
Generate monolithic hidden API files direct from class jars
Previously, the monolithic hidden API files, e.g. hiddenapi-index.csv file, were generated in two steps. First, each module created its own files using the information in its class jars. Then, the monolithic files were created by merging those module specific files into a larger file. This change switches to generating the monolithic files directly from the class jar files and bypassing the intermediate files. In order to ensure that this change did not change the monolithic files it is necessary for the hiddenapi-metadata.csv to go through a reformatting step. Hopefully, this will be able to be removed in a follow up change. Bug: 179354495 Test: verified that the monolithic out/soong/hiddenapi/... files are unchanged by this change Change-Id: I5a78e747516014b7c0f402a4b4431b14be6a84b2
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions