Add an empty libjingle_peerconnection_metrics_default_jni target.

This allows downstream dependencies can add it as a dependency.

BUG=webrtc:6499

Review-Url: https://codereview.webrtc.org/2521183002
Cr-Commit-Position: refs/heads/master@{#15178}
This commit is contained in:
sakal 2016-11-22 01:25:09 -08:00 committed by Commit bot
parent 9688e384e6
commit f72331205d

View File

@ -230,6 +230,9 @@ if (is_android && !build_with_chromium) {
}
}
rtc_static_library("libjingle_peerconnection_metrics_default_jni") {
}
rtc_shared_library("libjingle_peerconnection_so") {
sources = [
"android/jni/jni_onload.cc",