Switch the mac back to toybox xargs.
Test: make sdk Change-Id: I29a6b0404e248553ecfdfdeb263aa9cd0d2fdb3e
This commit is contained in:
parent
9ab556fd8e
commit
d329254328
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue