Merge "Switch the mac back to toybox xargs."

This commit is contained in:
Treehugger Robot
2019-12-15 16:35:05 +00:00
committed by Gerrit Code Review

View File

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