Switch default for InstallBypassMake to true
Enable InstallBypassMake for all module types by switching its default to true. Bug: 204136549 Test: m checkbuild Change-Id: Ied082995e74d71dee6aecea99689ac3f63600d3b
This commit is contained in:
@@ -1702,7 +1702,7 @@ func (m *ModuleBase) InstallInRoot() bool {
|
||||
}
|
||||
|
||||
func (m *ModuleBase) InstallBypassMake() bool {
|
||||
return false
|
||||
return true
|
||||
}
|
||||
|
||||
func (m *ModuleBase) InstallForceOS() (*OsType, *ArchType) {
|
||||
|
Reference in New Issue
Block a user