| Index: docs/android_build_instructions.md
|
| diff --git a/docs/android_build_instructions.md b/docs/android_build_instructions.md
|
| index 5dd04a9f0574018405fb8b5e7d4ddfc2271cff29..b188f4b03bddad730d6acb0a035d57266b07bd9d 100644
|
| --- a/docs/android_build_instructions.md
|
| +++ b/docs/android_build_instructions.md
|
| @@ -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
|
|
|