Index: webrtc/api/BUILD.gn |
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn |
index 69fd7f44b2226b39d25636a05f21b5e0b0a5e1a8..3a33796123b75d4bc0ff5d7ccecca548b8d9bfb1 100644 |
--- a/webrtc/api/BUILD.gn |
+++ b/webrtc/api/BUILD.gn |
@@ -16,6 +16,12 @@ group("api") { |
public_deps = [ |
":libjingle_peerconnection", |
] |
+ if (is_android && !build_with_chromium) { |
+ public_deps += [ |
+ ":libjingle_peerconnection_java", |
+ ":libjingle_peerconnection_so", |
+ ] |
+ } |
} |
rtc_source_set("call_api") { |