| Index: docs/android_build_instructions.md
|
| diff --git a/docs/android_build_instructions.md b/docs/android_build_instructions.md
|
| index 8340291cd6337a61d7b904d0e53f7243516f1068..f7fb536e4a52c6c96108c51fc5422840bb678379 100644
|
| --- a/docs/android_build_instructions.md
|
| +++ b/docs/android_build_instructions.md
|
| @@ -119,8 +119,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
|
|
|