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

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

Issue 2543463002: Add retrolambda.py and integrate it to build process. (Closed)
Patch Set: Format Created 4 years 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 0da122dd836f48787a20d2c159330f4a234482c1..ded55d9070340ddb372399e13ec44dcacaad943c 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -136,7 +136,7 @@ if (is_android) {
# Required for Android M+ due to SELinux policies (stronger sandboxing).
disable_incremental_isolated_processes = false
- # Speed up incremental compiles by compiling only changed files.
+ # Speeds up incremental compiles by compiling only changed files.
enable_incremental_javac = false
# Adds intrumentation to each function. Writes a file with the order that
@@ -146,6 +146,9 @@ if (is_android) {
# Builds secondary abi for APKs, supports build 32-bit arch as secondary
# abi in 64-bit Monochrome and WebView.
build_apk_secondary_abi = true
+
+ # Enables java8 language features (via retrolambda).
agrieve 2016/11/30 21:54:42 nit: please add "work-in-progress (http://crbug.co
F 2016/12/01 15:09:51 Done.
+ use_java8 = false
}
# We need a second declare_args block to make sure we are using the overridden

Powered by Google App Engine
This is Rietveld 408576698