Home | History | Annotate | only in /bootable/recovery/minadbd
Up to higher level directory
NameDateSize
Android.mk06-Dec-2017991
AndroidTest.xml06-Dec-20171.2K
fuse_adb_provider.cpp06-Dec-20171.7K
fuse_adb_provider.h06-Dec-2017992
fuse_adb_provider_test.cpp06-Dec-20172.7K
minadbd.cpp06-Dec-20171.1K
minadbd.h06-Dec-2017690
minadbd_services.cpp06-Dec-20172.2K
README.md06-Dec-2017358

README.md

      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