Merge "Add more cases to vendor-installed module"

This commit is contained in:
Treehugger Robot
2022-11-30 17:19:25 +00:00
committed by Gerrit Code Review

View File

@@ -2053,7 +2053,7 @@ func (m *ModuleBase) InstallInRecovery() bool {
} }
func (m *ModuleBase) InstallInVendor() bool { func (m *ModuleBase) InstallInVendor() bool {
return Bool(m.commonProperties.Vendor) return Bool(m.commonProperties.Vendor) || Bool(m.commonProperties.Soc_specific) || Bool(m.commonProperties.Proprietary)
} }
func (m *ModuleBase) InstallInRoot() bool { func (m *ModuleBase) InstallInRoot() bool {