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

Commit 9debc21c authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Add order-only dependency on shared libraries"

parents 098c8788 58dd6a92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -804,6 +804,7 @@ func transformObjToDynamicBinary(ctx android.ModuleContext,
		ImplicitOutputs: implicitOutputs,
		Inputs:          objFiles,
		Implicits:       deps,
		OrderOnly:       sharedLibs,
		Args:            args,
	})
}