Revert "Export SOONG_CC_API_XML to Make outside androidmk"
This reverts commit ebb32c486a
.
Reason for revert: breaks coverage build (b/201600003)
Bug: 193819970
Bug: 201600003
Change-Id: I65969c4a62165c40dded2794b757469909bf8ca6
This commit is contained in:
@@ -1035,8 +1035,6 @@ type libraryInterface interface {
|
||||
androidMkWriteAdditionalDependenciesForSourceAbiDiff(w io.Writer)
|
||||
|
||||
availableFor(string) bool
|
||||
|
||||
getAPIListCoverageXMLPath() android.ModuleOutPath
|
||||
}
|
||||
|
||||
type versionedInterface interface {
|
||||
@@ -1973,10 +1971,6 @@ func (library *libraryDecorator) makeUninstallable(mod *Module) {
|
||||
mod.ModuleBase.MakeUninstallable()
|
||||
}
|
||||
|
||||
func (library *libraryDecorator) getAPIListCoverageXMLPath() android.ModuleOutPath {
|
||||
return library.apiListCoverageXmlPath
|
||||
}
|
||||
|
||||
var versioningMacroNamesListKey = android.NewOnceKey("versioningMacroNamesList")
|
||||
|
||||
// versioningMacroNamesList returns a singleton map, where keys are "version macro names",
|
||||
|
Reference in New Issue
Block a user