Merge "Add Darwin x86_64+arm64 universal binary support" am: ce69757379
am: 1bd7543d6e
am: b2a6b903fb
am: 4d913d8528
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1884611 Change-Id: I0b2e79c1ea2c2889c859fbbcd4ffb964531cf046
This commit is contained in:
@@ -2015,6 +2015,8 @@ func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) {
|
||||
}
|
||||
} else if _, ok := depTag.(android.CopyDirectlyInAnyApexTag); ok {
|
||||
// nothing
|
||||
} else if depTag == android.DarwinUniversalVariantTag {
|
||||
// nothing
|
||||
} else if am.CanHaveApexVariants() && am.IsInstallableToApex() {
|
||||
ctx.ModuleErrorf("unexpected tag %s for indirect dependency %q", android.PrettyPrintTag(depTag), depName)
|
||||
}
|
||||
|
Reference in New Issue
Block a user