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:
parent
8b0dc4be07
commit
27cc0a8f32
1 changed files with 3 additions and 0 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue