| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index dcfd5fa6195eb8751da07083802b1fc6528d2d31..fc7c165ea4bcda48718884fc11ea07606fffd19d 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -689,7 +689,7 @@ if (rtc_include_tests) {
|
| if (is_android) {
|
| deps += [
|
| "//testing/android/native_test:native_test_support",
|
| - "//webrtc/api:libjingle_peerconnection_java",
|
| + "//webrtc/sdk/android:libjingle_peerconnection_java",
|
| ]
|
|
|
| # Need to disable error due to the line in
|
|
|