Merge changes I0116f5f4,I950c9b54,I967f5c42 am: 4ab2dd1afe
am: 7ca753793f
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1718475 Change-Id: I864c97d90aa8f2ec4e43ac9d39464ca257b608e2
This commit is contained in:
@@ -669,8 +669,8 @@ func UpdateDirectlyInAnyApex(mctx BottomUpMutatorContext, am ApexModule) {
|
||||
mctx.VisitDirectDeps(func(dep Module) {
|
||||
if _, ok := mctx.OtherModuleDependencyTag(dep).(CopyDirectlyInAnyApexTag); ok {
|
||||
depBase := dep.(ApexModule).apexModuleBase()
|
||||
base.ApexProperties.DirectlyInAnyApex = depBase.ApexProperties.DirectlyInAnyApex
|
||||
base.ApexProperties.InAnyApex = depBase.ApexProperties.InAnyApex
|
||||
depBase.ApexProperties.DirectlyInAnyApex = base.ApexProperties.DirectlyInAnyApex
|
||||
depBase.ApexProperties.InAnyApex = base.ApexProperties.InAnyApex
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user