Merge "Revert "Use depsets for transitive manifests and assets"" into main

This commit is contained in:
Colin Cross
2023-07-14 16:10:31 +00:00
committed by Gerrit Code Review
4 changed files with 116 additions and 186 deletions

View File

@@ -204,8 +204,8 @@ func (a *AndroidApp) ExportedProguardFlagFiles() android.Paths {
return nil
}
func (a *AndroidApp) ResourcesNodeDepSet() *android.DepSet[resourcesNode] {
return a.aapt.resourcesNodesDepSet
func (a *AndroidApp) ExportedStaticPackages() android.Paths {
return nil
}
func (a *AndroidApp) OutputFile() android.Path {