| Index: components/cronet/android/BUILD.gn
|
| diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
|
| index b8fffd5bb3db7b6120762b75c552531c6b60057c..b8dcfa5242ad75e810b7b8249c1d91ab68f08826 100644
|
| --- a/components/cronet/android/BUILD.gn
|
| +++ b/components/cronet/android/BUILD.gn
|
| @@ -341,7 +341,7 @@ android_apk("cronet_sample_apk") {
|
| ]
|
|
|
| run_findbugs_override = true
|
| - if (!is_debug) {
|
| + if (!is_java_debug) {
|
| proguard_enabled = true
|
| proguard_configs = [
|
| "proguard.cfg",
|
| @@ -380,7 +380,7 @@ instrumentation_test_apk("cronet_sample_test_apk") {
|
| additional_apks = [ "//net/android:net_test_support_apk" ]
|
|
|
| run_findbugs_override = true
|
| - proguard_enabled = !is_debug
|
| + proguard_enabled = !is_java_debug
|
| }
|
|
|
| generate_jni("cronet_tests_jni_headers") {
|
|
|