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

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

Issue 2031033002: Adding option for Proguard jar to be switched. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed import for annotation Created 4 years, 6 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
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index 98b4aa614bf992a7ab89aff634a97dd6b9427baf..bcda6ecabe8e4fcfb4b05e9215d09584d2e0aa55 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -89,6 +89,10 @@ if (is_android) {
# Enables verbose proguard output (summaries and unfiltered output).
proguard_verbose = false
+ # Java debug on Android. Having this on enables multidexing, and turning it
agrieve 2016/06/08 18:47:32 nit: Can you also mention it being wired to BuildC
smaier 2016/06/08 21:43:37 Done.
+ # off will enable proguard.
+ is_java_debug = is_debug
+
# Set to true to enable the Errorprone compiler
use_errorprone_java_compiler = false

Powered by Google App Engine
This is Rietveld 408576698