Reorganize server packages

There are now a lot of classes in the server, reorganize them into
subpackages.
This commit is contained in:
Romain Vimont
2024-07-11 22:38:00 +02:00
parent 80ca7b15e5
commit e84db2914d
67 changed files with 204 additions and 70 deletions

View File

@@ -52,6 +52,11 @@ cd "$SERVER_DIR/src/main/aidl"
SRC=( \
com/genymobile/scrcpy/*.java \
com/genymobile/scrcpy/audio/*.java \
com/genymobile/scrcpy/control/*.java \
com/genymobile/scrcpy/device/*.java \
com/genymobile/scrcpy/util/*.java \
com/genymobile/scrcpy/video/*.java \
com/genymobile/scrcpy/wrappers/*.java \
)