| Index: webrtc/api/BUILD.gn
|
| diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
|
| index 69e0a85cf9664021cddc6c75040917955737eb75..cae9e65d4e0af9d0ce2c9eaa2e4c64bafc0ca372 100644
|
| --- a/webrtc/api/BUILD.gn
|
| +++ b/webrtc/api/BUILD.gn
|
| @@ -220,12 +220,12 @@ if (is_android && !build_with_chromium) {
|
| }
|
| }
|
|
|
| - shared_library("libjingle_peerconnection_so") {
|
| + rtc_shared_library("libjingle_peerconnection_so") {
|
| sources = [
|
| "android/jni/jni_onload.cc",
|
| ]
|
|
|
| - configs -= [ "//build/config/android:hide_native_jni_exports" ]
|
| + suppressed_configs += [ "//build/config/android:hide_native_jni_exports" ]
|
|
|
| deps = [
|
| ":libjingle_peerconnection",
|
|
|