| Index: components/cronet/android/BUILD.gn
|
| diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
|
| index 933ee62b952823fb720f401e35f41df15cc0b232..6c5e9dcee1cd3cfd2f8426423e2dcb9537dea809 100644
|
| --- a/components/cronet/android/BUILD.gn
|
| +++ b/components/cronet/android/BUILD.gn
|
| @@ -568,8 +568,8 @@ android_library("cronet_test_apk_java") {
|
| "//base:base_java",
|
| "//base:base_java_test_support",
|
| "//net/android:net_java_test_support",
|
| - "//third_party/netty-tcnative:netty-tcnative",
|
| - "//third_party/netty4:netty_all",
|
| + "//third_party/netty-tcnative:netty-tcnative_java",
|
| + "//third_party/netty4:netty_all_java",
|
| ]
|
|
|
| run_findbugs_override = true
|
| @@ -627,7 +627,7 @@ android_apk("cronet_test_apk") {
|
| ":cronet_test_apk_java",
|
| ":cronet_test_apk_resources",
|
| "//base:base_java",
|
| - "//third_party/netty-tcnative:netty-tcnative_all",
|
| + "//third_party/netty-tcnative:netty-tcnative-so",
|
| ]
|
|
|
| run_findbugs_override = true
|
|
|