Automatically propagate jarjar rules for aconfig libraries

Test: treehugger
Bug: 310504781
Change-Id: I639d12ff33175b7bed7e7d0595a40dd9b0d99367
This commit is contained in:
Joe Onorato
2024-01-30 01:24:59 +00:00
parent 13065ce6af
commit 97c03a6dc6
6 changed files with 270 additions and 7 deletions

View File

@@ -248,6 +248,8 @@ type JavaInfo struct {
// against this module. If empty, ImplementationJars should be used instead.
HeaderJars android.Paths
RepackagedHeaderJars android.Paths
// set of header jars for all transitive libs deps
TransitiveLibsHeaderJars *android.DepSet[android.Path]