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

Commit c7a7873c authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Go back to the native mac xargs for now." am: e04b73f1 am: e30a0f77

am: c5af58b5

Change-Id: I52474316282ceb0c7c57cf0912174966304a940a
parents 14e9629a c5af58b5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -122,6 +122,9 @@ var Configuration = map[string]PathConfig{
	"pgrep": LinuxOnlyPrebuilt,
	"pkill": LinuxOnlyPrebuilt,
	"ps":    LinuxOnlyPrebuilt,

	// The toybox xargs is currently breaking the mac build.
	"xargs": LinuxOnlyPrebuilt,
}

func init() {