File tree Expand file tree Collapse file tree
base/cvd/cuttlefish/host/frontend/webrtc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,11 +28,25 @@ cf_cc_library(
2828 ],
2929)
3030
31+ cf_cc_library (
32+ name = "libcuttlefish_webrtc_adb_handler" ,
33+ srcs = ["adb_handler.cpp" ],
34+ hdrs = ["adb_handler.h" ],
35+ deps = [
36+ "//cuttlefish/common/libs/fs" ,
37+ "//libbase" ,
38+ "@abseil-cpp//absl/log" ,
39+ "@abseil-cpp//absl/log:check" ,
40+ "@abseil-cpp//absl/strings" ,
41+ "@fmt" ,
42+ "@fruit" ,
43+ "@jsoncpp" ,
44+ ],
45+ )
46+
3147cf_cc_binary (
3248 name = "webRTC" ,
3349 srcs = [
34- "adb_handler.cpp" ,
35- "adb_handler.h" ,
3650 "audio_handler.cpp" ,
3751 "audio_handler.h" ,
3852 "audio_mixer.cpp" ,
@@ -63,6 +77,7 @@ cf_cc_binary(
6377 "sensors_handler.h" ,
6478 ],
6579 deps = [
80+ ":libcuttlefish_webrtc_adb_handler" ,
6681 ":libcuttlefish_webrtc_command_channel" ,
6782 ":libcuttlefish_webrtc_commands_proto" ,
6883 "//cuttlefish/common/libs/fs" ,
You can’t perform that action at this time.
0 commit comments