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

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

Issue 2181053002: android: dcheck_always_on sets BuildConfig.IS_DCHECK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix findbugs Created 4 years, 5 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 | « base/android/java/templates/BuildConfig.template ('k') | build/config/android/rules.gni » ('j') | 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 052307e7060560774a176b7147d0e727b3592fd5..88f1364cf5489854bd4f03de77ce8f5b8ebe2804 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -99,8 +99,7 @@ if (is_android) {
proguard_verbose = false
# Java debug on Android. Having this on enables multidexing, and turning it
- # off will enable proguard. To access this flag from within Java code, look
- # at BuildConfig.IS_DEBUG, which is wired to this arg.
+ # off will enable proguard.
is_java_debug = is_debug
# Set to true to enable the Errorprone compiler
« no previous file with comments | « base/android/java/templates/BuildConfig.template ('k') | build/config/android/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698