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

Commit 9346a319 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix ALLOW_MISSING_DEPENDENCIES builds for prebuilt JNI libraries" am: 4bf6a9ee

parents 80602d61 4bf6a9ee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -801,6 +801,8 @@ func collectAppDeps(ctx android.ModuleContext, app appDepsInterface,
						unstrippedFile: dep.UnstrippedOutputFile(),
						partition:      dep.Partition(),
					})
				} else if ctx.Config().AllowMissingDependencies() {
					ctx.AddMissingDependencies([]string{otherName})
				} else {
					ctx.ModuleErrorf("dependency %q missing output file", otherName)
				}