0

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:
toyoshim
2016-09-12 11:20:19 -07:00
committed by Commit bot
parent abe996a226
commit c16476de02

@ -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