Remove mention of update-packages now that we pin them (flutter/engine#4500)

This commit is contained in:
Ian Hickson
2018-01-02 17:16:20 -08:00
committed by GitHub
parent 2e4166a960
commit 65a0ef4309

View File

@@ -194,8 +194,6 @@ flutter/tools/gn --android --runtime-mode=release
cd out
find . -mindepth 1 -maxdepth 1 -type d | xargs -n 1 sh -c 'ninja -C $0 || exit 255'
flutter update-packages --upgrade
```