Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a24a2c7d authored by Dan Willemsen's avatar Dan Willemsen Committed by Automerger Merge Worker
Browse files

Fix mac/allowmissingdeps builds am: 47e1a758

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

Change-Id: I886407cff2d6f504b2625b02935376c9bdca4d87
parents afeaa2ca 47e1a758
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -1683,6 +1683,9 @@ func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) {
		if _, ok := depTag.(android.ExcludeFromApexContentsTag); ok {
			return false
		}
		if mod, ok := child.(android.Module); ok && !mod.Enabled() {
			return false
		}
		depName := ctx.OtherModuleName(child)
		if _, isDirectDep := parent.(*apexBundle); isDirectDep {
			switch depTag {