Merge "Add overrides support for snapshots"

This commit is contained in:
Inseob Kim
2022-10-05 23:43:00 +00:00
committed by Gerrit Code Review
8 changed files with 131 additions and 2 deletions

View File

@@ -2241,6 +2241,12 @@ func (library *libraryDecorator) getAPIListCoverageXMLPath() android.ModuleOutPa
return library.apiListCoverageXmlPath
}
func (library *libraryDecorator) overriddenModules() []string {
return library.Properties.Overrides
}
var _ overridable = (*libraryDecorator)(nil)
var versioningMacroNamesListKey = android.NewOnceKey("versioningMacroNamesList")
// versioningMacroNamesList returns a singleton map, where keys are "version macro names",