Commit e5ade41f authored by Peter Wen's avatar Peter Wen Committed by Commit Bot

Android: Include full command for android_deps

Easier copy/pasting when ensuring updates or additions are no-ops.

Bug: 913062
Change-Id: I5b5952403e2912e6f97bff086cfebf021b2954dd
Reviewed-on: https://chromium-review.googlesource.com/c/1393437Reviewed-by: default avataragrieve <agrieve@chromium.org>
Commit-Queue: Peter Wen <wnwen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619503}
parent bd3bdcc7
...@@ -38,8 +38,8 @@ Full steps to add a new third party library: ...@@ -38,8 +38,8 @@ Full steps to add a new third party library:
variable in `BuildConfigGenerator.groovy` in order to ensure that each variable in `BuildConfigGenerator.groovy` in order to ensure that each
tag in CIPD is unique. tag in CIPD is unique.
- One option to thoroughly test your change is to run - One option to thoroughly test your change is to run
`rm -rf third_party/android_deps/libs/[!O]*` before running with `rm -rf third_party/android_deps/libs/[!O]* && tools/android/roll/android_deps/fetch_all.py --update-all`.
`--update-all`. This will ensure all your deps are fresh. The commands This will ensure all your deps are fresh. The commands
printed out in the following step will ensure you do not upload printed out in the following step will ensure you do not upload
duplicate instances. duplicate instances.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment