mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-30 12:48:59 +00:00
Extract adb tunnel to a separate component
This simplifies the server code.
This commit is contained in:
parent
0d45c29d13
commit
c4d008b96a
5 changed files with 260 additions and 191 deletions
|
@ -1,6 +1,7 @@
|
|||
src = [
|
||||
'src/main.c',
|
||||
'src/adb.c',
|
||||
'src/adb_tunnel.c',
|
||||
'src/cli.c',
|
||||
'src/clock.c',
|
||||
'src/compat.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue