Go back to the native mac xargs for now.

Should unbreak the mac build while I work on toybox xargs some more.

Test: suck it and see (since there's no mac presubmit)
Change-Id: I48954f801fc980a1174f93e474d73a24ad12ce66
This commit is contained in:
Elliott Hughes 2019-10-09 18:12:33 -07:00
parent 8b0dc4be07
commit 27cc0a8f32

View file

@ -122,6 +122,9 @@ var Configuration = map[string]PathConfig{
"pgrep": LinuxOnlyPrebuilt, "pgrep": LinuxOnlyPrebuilt,
"pkill": LinuxOnlyPrebuilt, "pkill": LinuxOnlyPrebuilt,
"ps": LinuxOnlyPrebuilt, "ps": LinuxOnlyPrebuilt,
// The toybox xargs is currently breaking the mac build.
"xargs": LinuxOnlyPrebuilt,
} }
func init() { func init() {