| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index f1cd14b3fab324fdc0d8e7986220cb144683a0bd..f931c1e353ba9bfe1f919b5a20a22031bfb65dad 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -479,7 +479,10 @@ if (rtc_include_tests) {
|
| ]
|
|
|
| if (is_android) {
|
| - deps += [ "//testing/android/native_test:native_test_support" ]
|
| + deps += [
|
| + "//testing/android/native_test:native_test_support",
|
| + "//webrtc/api:libjingle_peerconnection_java",
|
| + ]
|
|
|
| # Need to disable error due to the line in
|
| # base/android/jni_android.h triggering it:
|
|
|