Skip to content

Commit

Permalink
Make the script rebase the right repository (flutter#3025)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hixie authored Sep 14, 2016
1 parent 930c9e7 commit de5ed27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de5ed27

Please sign in to comment.