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:
commit
f9e5636c1b
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue