Merge "Add overrides support for snapshots"
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user