Extract adb tunnel to a separate component
This simplifies the server code.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
src = [
|
||||
'src/main.c',
|
||||
'src/adb.c',
|
||||
'src/adb_tunnel.c',
|
||||
'src/cli.c',
|
||||
'src/clock.c',
|
||||
'src/compat.c',
|
||||
|
||||
Reference in New Issue
Block a user