| Index: build/config/android/config.gni
|
| diff --git a/build/config/android/config.gni b/build/config/android/config.gni
|
| index a9ff7c46aded784d375a6d6ee7ff74385dd1e571..9cdaf280e54a48486e0c4e03d2c271f45d74756b 100644
|
| --- a/build/config/android/config.gni
|
| +++ b/build/config/android/config.gni
|
| @@ -163,10 +163,6 @@ if (is_android) {
|
| # abi in 64-bit Monochrome and WebView.
|
| build_apk_secondary_abi = true
|
|
|
| - # Enables java8 language features (via retrolambda).
|
| - # work-in-progress (http://crbug.com/642600)
|
| - use_java8 = false
|
| -
|
| # Build incremental targets whenever possible.
|
| # Ex. with this arg set to true, the chrome_public_apk target result in
|
| # chrome_public_apk_incremental being built.
|
|
|