Merge "Switch default for InstallBypassMake to true"

This commit is contained in:
Colin Cross
2021-11-30 20:31:26 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 7 deletions

View File

@@ -1702,7 +1702,7 @@ func (m *ModuleBase) InstallInRoot() bool {
}
func (m *ModuleBase) InstallBypassMake() bool {
return false
return true
}
func (m *ModuleBase) InstallForceOS() (*OsType, *ArchType) {