Switch the mac back to toybox xargs.

Test: make sdk
Change-Id: I29a6b0404e248553ecfdfdeb263aa9cd0d2fdb3e
This commit is contained in:
Elliott Hughes 2019-12-12 16:52:06 -08:00
parent 9ab556fd8e
commit d329254328
1 changed files with 0 additions and 3 deletions

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