Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.bp | 22-Oct-2020 | 2.1K | |
AndroidTest.xml | 22-Oct-2020 | 1.2K | |
fuse_adb_provider.cpp | 22-Oct-2020 | 1.2K | |
fuse_adb_provider.h | 22-Oct-2020 | 1.1K | |
fuse_adb_provider_test.cpp | 22-Oct-2020 | 2.8K | |
minadbd.cpp | 22-Oct-2020 | 2K | |
minadbd_services.cpp | 22-Oct-2020 | 9.9K | |
minadbd_services.h | 22-Oct-2020 | 782 | |
minadbd_services_test.cpp | 22-Oct-2020 | 7.4K | |
minadbd_types.h | 22-Oct-2020 | 1.9K | |
README.md | 22-Oct-2020 | 358 |
1 minadbd is now mostly built from libadbd. The fuse features are unique to 2 minadbd, and services.c has been modified as follows: 3 4 - all services removed 5 - all host mode support removed 6 - `sideload_service()` added; this is the only service supported. It 7 receives a single blob of data, writes it to a fixed filename, and 8 makes the process exit. 9