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

Commit e30a0f77 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

Change-Id: Ib24233306b02b2aec33ce1b81061ce7949910f55
parents b393327c e04b73f1
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() {