diff --git a/android/module.go b/android/module.go index b41a89808..681f724b0 100644 --- a/android/module.go +++ b/android/module.go @@ -2053,7 +2053,7 @@ func (m *ModuleBase) InstallInRecovery() 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 {