Merge "Remove InstallBypassMake and ToMakePath"

This commit is contained in:
Treehugger Robot
2021-12-17 06:15:16 +00:00
committed by Gerrit Code Review
38 changed files with 72 additions and 129 deletions

View File

@@ -1385,8 +1385,6 @@ func (c *Module) InstallInRoot() bool {
return c.installer != nil && c.installer.installInRoot()
}
func (c *Module) InstallBypassMake() bool { return true }
type baseModuleContext struct {
android.BaseModuleContext
moduleContextImpl