Remove duplicated lines from android_build_instructions.md
Two lines are mistakenly duplicated in the document. This patch removes these lines. BUG=n/a Review-Url: https://codereview.chromium.org/2329473002 Cr-Commit-Position: refs/heads/master@{#417976}
This commit is contained in:
@ -79,8 +79,6 @@ is_component_build = true
|
||||
is_clang = true
|
||||
symbol_level = 1 # Faster build with fewer symbols. -g1 rather than -g2
|
||||
enable_incremental_javac = true # Much faster; experimental
|
||||
symbol_level = 1 # Faster build with fewer symbols. -g1 rather than -g2
|
||||
enable_incremental_javac = true # Much faster; experimental
|
||||
```
|
||||
|
||||
You can also specify `target_cpu` values of "x86" and "mipsel". Re-run
|
||||
|
Reference in New Issue
Block a user