Merge "Add more cases to vendor-installed module" am: d0cd326415 am: 92b787bb3f

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2319850

Change-Id: If84c80687f795067fa6609d21f014e14f84f27ed
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2022-11-30 18:13:36 +00:00 committed by Automerger Merge Worker
commit f9e5636c1b

View file

@ -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 {