Skip to content

Commit

Permalink
Android Build Docs - Add Section about Updating Your Checkout
Browse files Browse the repository at this point in the history
Change-Id: Ib6c4de35d78135247bdebeaf7ddbe7791f1feb74
Reviewed-on: https://chromium-review.googlesource.com/923023
Reviewed-by: Ted Choc <tedchoc@chromium.org>
Commit-Queue: Mark Pearson <mpearson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537938}
  • Loading branch information
Mark Pearson authored and Commit Bot committed Feb 20, 2018
1 parent a0c712b commit e904224
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/android_build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,23 @@ two targets can be substituted.
**Note**: These targets are actually the open-source equivalents to the
closed-source targets that get shipped to the Play Store.

## Updating your checkout

To update an existing checkout, you can run

```shell
$ git rebase-update
$ gclient sync
```

The first command updates the primary Chromium source repository and rebases
any of your local branches on top of tip-of-tree (aka the Git branch
`origin/master`). If you don't want to use this script, you can also just use
`git pull` or other common Git commands to update the repo.

The second command syncs dependencies to the appropriate versions and re-runs
hooks as needed.

## Installing and Running Chromium on a device

### Plug in your Android device
Expand Down

0 comments on commit e904224

Please sign in to comment.