Skip to content

Commit df6219f

Browse files
committed
Keep the group_id flag in webRTC
It doesn't do anything anymore. It's there so that this version of webRTC can be started by run_cvd from the Android source, which passes this flag unconditionally and doesn't include it in --undefok.
1 parent e8d4a29 commit df6219f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • base/cvd/cuttlefish/host/frontend/webrtc

base/cvd/cuttlefish/host/frontend/webrtc/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ DEFINE_int32(camera_streamer_fd, -1, "An fd to send client camera frames");
7575
DEFINE_int32(sensors_fd, -1, "An fd to communicate with sensors_simulator.");
7676
DEFINE_string(client_dir, "webrtc", "Location of the client files");
7777

78+
DEFINE_string(group_id, "",
79+
"UNUSED - Kept to support webRTC and run_cvd with different "
80+
"versions during the migration");
81+
7882
namespace cuttlefish {
7983

8084
using webrtc_streaming::RecordingManager;

0 commit comments

Comments
 (0)