Comment out libwebrtc_unity
Unblock chromium roll. Bug: webrtc:15095 Change-Id: I4cc84d243237e8c3ba80db9e4cced474cf987bbb Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/301703 Commit-Queue: Christoffer Jansson <jansson@google.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39883}
This commit is contained in:
parent
56e830819f
commit
bbde8b60a3
@ -28,7 +28,9 @@ group("examples") {
|
||||
deps += [
|
||||
":AppRTCMobile",
|
||||
":AppRTCMobile_test_apk",
|
||||
":libwebrtc_unity",
|
||||
|
||||
#TODO(https://bugs.webrtc.org/15095) - Fix or remove this target.
|
||||
#":libwebrtc_unity",
|
||||
"androidvoip",
|
||||
]
|
||||
|
||||
@ -901,21 +903,22 @@ if (is_android) {
|
||||
]
|
||||
}
|
||||
|
||||
dist_jar("libwebrtc_unity") {
|
||||
_target_dir_name = get_label_info(":$target_name", "dir")
|
||||
output = "${root_out_dir}/lib.java${_target_dir_name}/${target_name}.jar"
|
||||
direct_deps_only = false
|
||||
use_interface_jars = false
|
||||
use_unprocessed_jars = false
|
||||
requires_android = true
|
||||
deps = [
|
||||
":webrtc_unity_java",
|
||||
"../rtc_base:base_java",
|
||||
"../sdk/android:libjingle_peerconnection_java",
|
||||
"../sdk/android:libjingle_peerconnection_metrics_default_java",
|
||||
"//third_party/androidx:androidx_annotation_annotation_java",
|
||||
]
|
||||
}
|
||||
# TODO(https://bugs.webrtc.org/15095) - Fix or remove this target.
|
||||
#dist_jar("libwebrtc_unity") {
|
||||
# _target_dir_name = get_label_info(":$target_name", "dir")
|
||||
# output = "${root_out_dir}/lib.java${_target_dir_name}/${target_name}.jar"
|
||||
# direct_deps_only = false
|
||||
# use_interface_jars = false
|
||||
# use_unprocessed_jars = false
|
||||
# requires_android = true
|
||||
# deps = [
|
||||
# ":webrtc_unity_java",
|
||||
# "../rtc_base:base_java",
|
||||
# "../sdk/android:libjingle_peerconnection_java",
|
||||
# "../sdk/android:libjingle_peerconnection_metrics_default_java",
|
||||
# "//third_party/androidx:androidx_annotation_annotation_java",
|
||||
# ]
|
||||
#}
|
||||
|
||||
robolectric_binary("android_examples_junit_tests") {
|
||||
sources = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user