Chromium Code Reviews| Index: build/config/android/config.gni |
| diff --git a/build/config/android/config.gni b/build/config/android/config.gni |
| index 47c14e63d907fb20eb31451a662e676b333a95f3..af6bfba9d75fa7da85c96ebbafa030d38b2bf1a1 100644 |
| --- a/build/config/android/config.gni |
| +++ b/build/config/android/config.gni |
| @@ -117,6 +117,10 @@ if (is_android) { |
| # Required for Android M+ due to SELinux policies (stronger sandboxing). |
| disable_incremental_isolated_processes = false |
| + # Enables all ProGuard optimizations. These optimizations must not be |
| + # enabled for instrumentation tests, as they break the tests. |
|
agrieve
2016/07/08 14:26:20
nit: change ", as they break the tests" -> "since
smaier
2016/07/08 14:50:07
Done.
|
| + enable_all_proguard_optimizations = is_official_build |
| + |
| # Speed up incremental compiles by compiling only changed files. |
| enable_incremental_javac = false |