mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Make the script rebase the right repository (#3025)
This commit is contained in:
parent
930c9e7265
commit
de5ed27031
@ -141,15 +141,16 @@ to the main Flutter repository for detailed instructions.
|
||||
|
||||
### Building all the builds that matter on Linux and Android
|
||||
|
||||
The following script will update all the builds that matter if you're developing on Linux and testing on Android:
|
||||
The following script will update all the builds that matter if you're developing on Linux and testing on Android and created the `.gclient` file in `~/dev/engine`:
|
||||
|
||||
```bash
|
||||
set -ex
|
||||
|
||||
cd ~/dev/engine/src
|
||||
cd ~/dev/engine/src/flutter
|
||||
git fetch upstream
|
||||
git rebase upstream/master
|
||||
gclient sync
|
||||
cd ..
|
||||
|
||||
flutter/tools/gn --unoptimized --runtime-mode=debug
|
||||
flutter/tools/gn --android --unoptimized --runtime-mode=debug
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user