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

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

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

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 {