Home | History | Annotate | only in /bootable/recovery/minadbd
Up to higher level directory
NameDateSize
Android.mk21-Aug-20181.5K
AndroidTest.xml21-Aug-20181.2K
fuse_adb_provider.cpp21-Aug-20181.6K
fuse_adb_provider.h21-Aug-2018992
fuse_adb_provider_test.cpp21-Aug-20182.6K
minadbd.cpp21-Aug-20181.1K
minadbd.h21-Aug-2018690
minadbd_services.cpp21-Aug-20182.2K
README.md21-Aug-2018358

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