Skip to content

Commit 0e1a7c4

Browse files
committed
Update for r6818 Android
1 parent 21cb97c commit 0e1a7c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Library/TeamTalkLib/build/webrtc/args.gn_android

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ gtest_enable_absl_printers=false
22
is_clang=false
33
is_component_build=false
44
is_debug=false
5+
libsrtp_build_boringssl=false
6+
libsrtp_ssl_root="/dev/null"
57
rtc_build_examples=false
68
rtc_build_libvpx=false
79
rtc_build_opus=false
@@ -11,13 +13,11 @@ rtc_disable_logging=true
1113
rtc_enable_protobuf=false
1214
rtc_enable_sctp=false
1315
rtc_exclude_field_trial_default=true
14-
rtc_include_builtin_video_codecs=false
1516
rtc_include_opus=false
1617
rtc_include_tests=false
17-
rtc_include_tests=false
1818
rtc_libvpx_build_vp9=false
19-
rtc_ssl_root="@OPENSSL_DIR@/include"
19+
rtc_ssl_root="/dev/null"
2020
target_cpu="@WEBRTC_ARCH@"
2121
target_os="android"
2222
treat_warnings_as_errors=false
23-
use_custom_libcxx=false
23+
use_custom_libcxx=false

0 commit comments

Comments
 (0)