Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1451)

Unified Diff: build/config/android/config.gni

Issue 1389013003: GN: Enable incremental javac by default for debug builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index 7ca1b70bac698973dc23d5050e9bbcc31229a23e..37dd67a5dacf250c5763bac0a810aa26c11c1e43 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -71,7 +71,7 @@ if (is_android) {
disable_incremental_isolated_processes = false
# Speed up incremental compiles by compiling only changed files.
- enable_incremental_javac = false
+ enable_incremental_javac = is_debug
# Speed up dexing using dx --incremental.
enable_incremental_dx = is_debug
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698