Extract adb tunnel to a separate component

This simplifies the server code.
This commit is contained in:
Romain Vimont 2021-11-12 22:32:29 +01:00
commit c4d008b96a
5 changed files with 260 additions and 191 deletions

View file

@ -1,6 +1,7 @@
src = [
'src/main.c',
'src/adb.c',
'src/adb_tunnel.c',
'src/cli.c',
'src/clock.c',
'src/compat.c',