File tree Expand file tree Collapse file tree
webrtc-jni/src/main/cpp/dependencies/webrtc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ if (PATCHES)
242242endif ()
243243
244244message (STATUS "WebRTC: generate" )
245- set (COMPILE_ARGS "target_cpu=\" ${TARGET_CPU} \" is_clang=${WEBRTC_CLANG} is_debug=false is_component_build=false treat_warnings_as_errors=false rtc_use_pipewire=false rtc_enable_protobuf=false rtc_build_examples=false rtc_include_tests=false use_rtti=true rtc_use_h264=true use_custom_libcxx=false symbol_level=0" )
245+ set (COMPILE_ARGS "target_cpu=\" ${TARGET_CPU} \" is_clang=${WEBRTC_CLANG} is_debug=false is_component_build=false treat_warnings_as_errors=false rtc_build_tools=false rtc_use_perfetto=false rtc_use_pipewire=false rtc_enable_protobuf=false rtc_build_examples=false rtc_include_tests=false use_rtti=true rtc_use_h264=true use_custom_libcxx=false symbol_level=0" )
246246execute_command (
247247 COMMAND gn gen ${WEBRTC_BUILD} --args=${COMPILE_ARGS}
248248 WORKING_DIRECTORY "${WEBRTC_SRC} "
You can’t perform that action at this time.
0 commit comments