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

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

Change-Id: I8cede03743b7c3db30849f15c0d5adb241a0c01b
parents 99f0abb4 e30a0f77
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() {