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

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

Fix mac/allowmissingdeps builds am: 47e1a758 am: a24a2c7d

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

Change-Id: I72e2a8826c71051f797e79ac2d2d1344a12b3246
parents 2b02c96b a24a2c7d
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 {