| Index: components/cronet/android/BUILD.gn
|
| diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
|
| index 5b6b6667445c3a412cb8b6697b729ec30d8cc785..c1dc5115a9f2048d3aa7f2866c960ca7ecd0abc3 100644
|
| --- a/components/cronet/android/BUILD.gn
|
| +++ b/components/cronet/android/BUILD.gn
|
| @@ -569,8 +569,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
|
| @@ -628,7 +628,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
|
|
|