Merge "Go back to the native mac xargs for now."

This commit is contained in:
Elliott Hughes
2019-10-10 21:18:59 +00:00
committed by Gerrit Code Review

View File

@@ -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() {