Commit e63169ed authored by Eric Stevenson's avatar Eric Stevenson Committed by Commit Bot

Android: Update manifest expectations instructions.

The monochrome_public_apk__merge_manifests produced the expectations
file and takes a fraction of the time to build.

Also added a note about making sure your branch is updated.

Change-Id: I3abea3a082ec348c79e92c60c43515829e5dc320
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1509014
Auto-Submit: Eric Stevenson <estevenson@chromium.org>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#638660}
parent b2fe4f85
...@@ -63,17 +63,31 @@ attention or the expected file needs updating. ...@@ -63,17 +63,31 @@ attention or the expected file needs updating.
### Fixing build failures ### Fixing build failures
1. Ensure your args.gn contains these args: 1. Ensure that:
```
enable_chrome_android_internal = false * Your args.gn contains these args:
is_java_debug = false
``` ```
enable_chrome_android_internal = false
is_java_debug = false
```
* Your local branch is up-to-date with master
2. Run: 2. Run:
``` For AndroidManifest failures:
autoninja -C $CHROMIUM_OUTPUT_DIR monochrome_public_apk
``` ```
autoninja -C $CHROMIUM_OUTPUT_DIR monochrome_public_apk__merge_manifests
```
For Proguard flags failures:
```
autoninja -C $CHROMIUM_OUTPUT_DIR monochrome_public_apk
```
3. Run the command suggested in the error message to copy the contents of the 3. Run the command suggested in the error message to copy the contents of the
generated file to the expected file path generated file to the expected file path
......
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