Merge "Add unconverted reason for jarjar incompatibility." into main am: 6b6b150d0a
am: 7d941462bb
am: 1397a3a96b
am: 472f943b6d
am: 44536d9bfa
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2696067 Change-Id: I7d831ad01c92b86d585764dc8cbcffa58a649353 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1307,7 +1307,11 @@ func AndroidLibraryBazelTargetModuleProperties() bazel.BazelTargetModuleProperti
|
||||
}
|
||||
|
||||
func (a *AndroidLibrary) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
|
||||
commonAttrs, bp2buildInfo := a.convertLibraryAttrsBp2Build(ctx)
|
||||
commonAttrs, bp2buildInfo, supported := a.convertLibraryAttrsBp2Build(ctx)
|
||||
if !supported {
|
||||
return
|
||||
}
|
||||
|
||||
depLabels := bp2buildInfo.DepLabels
|
||||
|
||||
deps := depLabels.Deps
|
||||
|
Reference in New Issue
Block a user