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

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

Fix mac/allowmissingdeps builds am: 47e1a758 am: a24a2c7d am: 933fb229 am: f6b3379e

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

Change-Id: I84f47646ae8b7529b503c4dc746906326ce34b45
parents 4b7f483b f6b3379e
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 {