| Index: webrtc/api/BUILD.gn
 | 
| diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
 | 
| index d58371c20d29d59e3dc0d6d12488e57535e8641d..6fe43a75dc654ea0e4a5684bd42750c53b94c113 100644
 | 
| --- a/webrtc/api/BUILD.gn
 | 
| +++ b/webrtc/api/BUILD.gn
 | 
| @@ -43,7 +43,7 @@ config("libjingle_peerconnection_warnings_config") {
 | 
|    }
 | 
|  }
 | 
|  
 | 
| -rtc_source_set("libjingle_peerconnection") {
 | 
| +rtc_static_library("libjingle_peerconnection") {
 | 
|    cflags = []
 | 
|    sources = [
 | 
|      "audiotrack.cc",
 | 
| @@ -160,7 +160,7 @@ if (is_android && !build_with_chromium) {
 | 
|      }
 | 
|    }
 | 
|  
 | 
| -  rtc_source_set("libjingle_peerconnection_jni") {
 | 
| +  rtc_static_library("libjingle_peerconnection_jni") {
 | 
|      sources = [
 | 
|        "android/jni/androidmediacodeccommon.h",
 | 
|        "android/jni/androidmediadecoder_jni.cc",
 | 
| 
 |