diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2019-12-15 16:35:05 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-12-15 16:35:05 +0000 |
commit | 0f41daf682c76f99585c7e6594840bcb4e950bf6 (patch) | |
tree | 2105972003bad68a21087cea580486b8405431d8 /ui | |
parent | 950bf327b785702e4460e2820b39b6ae6e5a9edb (diff) | |
parent | d3292543282cf8972df504f2fc4260c0d5278427 (diff) | |
download | build_soong-0f41daf682c76f99585c7e6594840bcb4e950bf6.tar.gz build_soong-0f41daf682c76f99585c7e6594840bcb4e950bf6.tar.bz2 build_soong-0f41daf682c76f99585c7e6594840bcb4e950bf6.zip |
Merge "Switch the mac back to toybox xargs."
Diffstat (limited to 'ui')
-rw-r--r-- | ui/build/paths/config.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index f347a11a..90ff7067 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -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() { |