| Index: components/cronet/android/BUILD.gn
|
| diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
|
| index 99f4a657dcef1877a6e8f723d1972393df5a9702..19a8269391e2aea1963fade5fc158cd24c59eb40 100644
|
| --- a/components/cronet/android/BUILD.gn
|
| +++ b/components/cronet/android/BUILD.gn
|
| @@ -342,7 +342,7 @@ android_apk("cronet_sample_apk") {
|
| ]
|
|
|
| run_findbugs_override = true
|
| - if (!is_debug) {
|
| + if (!is_java_debug) {
|
| proguard_enabled = true
|
| proguard_configs = [
|
| "proguard.cfg",
|
| @@ -381,7 +381,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") {
|
|
|