commit | e04b73f1004da17c4c4d875699f62ad1f6eb2a7e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 10 21:18:59 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 10 21:18:59 2019 +0000 |
tree | 63ac4ef3d1799a05496adf4339ee09377010e09b | |
parent | eccca6c246423148c391b4306bead89acecf6301 [diff] | |
parent | 27cc0a8f32418a6a6b36820d13cf079af19cef3f [diff] |
Merge "Go back to the native mac xargs for now."
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index e44600e..1af816b 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go
@@ -122,6 +122,9 @@ "pgrep": LinuxOnlyPrebuilt, "pkill": LinuxOnlyPrebuilt, "ps": LinuxOnlyPrebuilt, + + // The toybox xargs is currently breaking the mac build. + "xargs": LinuxOnlyPrebuilt, } func init() {