Merge "Revert^2 "Add sdk mutator for native modules""

This commit is contained in:
Colin Cross
2020-04-08 18:29:30 +00:00
committed by Gerrit Code Review
21 changed files with 401 additions and 18 deletions

View File

@@ -164,6 +164,10 @@ func (mod *Module) OnlyInRecovery() bool {
return false
}
func (mod *Module) UseSdk() bool {
return false
}
func (mod *Module) UseVndk() bool {
return false
}
@@ -184,6 +188,10 @@ func (mod *Module) SdkVersion() string {
return ""
}
func (mod *Module) AlwaysSdk() bool {
return false
}
func (mod *Module) ToolchainLibrary() bool {
return false
}