-
- Downloads
adb: split daemon services out of service_to_fd.
Let minadbd override daemon services by pulling out the daemon services into a separate translation unit, that isn't compiled into libadbd. Bug: http://b/111831478 Test: mma Change-Id: Iecfebea371e03864108eca9a4d2e9cfd5db34749
Showing
- adb/Android.bp 3 additions, 1 deletionadb/Android.bp
- adb/adb.h 5 additions, 1 deletionadb/adb.h
- adb/daemon/jdwp_service.cpp 4 additions, 4 deletionsadb/daemon/jdwp_service.cpp
- adb/daemon/services.cpp 259 additions, 0 deletionsadb/daemon/services.cpp
- adb/daemon/shell_service.cpp 15 additions, 16 deletionsadb/daemon/shell_service.cpp
- adb/daemon/shell_service.h 4 additions, 2 deletionsadb/daemon/shell_service.h
- adb/daemon/shell_service_test.cpp 1 addition, 5 deletionsadb/daemon/shell_service_test.cpp
- adb/services.cpp 4 additions, 233 deletionsadb/services.cpp
- adb/services.h 3 additions, 0 deletionsadb/services.h
Loading
Please register or sign in to comment