| Index: tools/buildtools/update.py
|
| diff --git a/tools/buildtools/update.py b/tools/buildtools/update.py
|
| index 2f9b4b8a8b1aa591d02bbd503c3cc53e773bf902..cea1917152fa3190152ad86dc5b969e1cf526140 100755
|
| --- a/tools/buildtools/update.py
|
| +++ b/tools/buildtools/update.py
|
| @@ -24,7 +24,7 @@ DEPOT_PATH = find_depot_tools.add_depot_tools_to_path()
|
|
|
| def Update():
|
| path = os.path.join(BUILDTOOLS, 'update.sh')
|
| - command = ['/bin/bash', path, '--toolchain', '--gn']
|
| + command = ['/bin/bash', path, '--clang', '--gn']
|
| return subprocess.call(command, cwd=DART_ROOT)
|
|
|
|
|
|
|