Home | History | Annotate | only in /bootable/recovery/minadbd
Up to higher level directory
NameDateSize
adb_main.cpp08-Oct-20151.2K
Android.mk08-Oct-2015912
fuse_adb_provider.cpp08-Oct-20151.7K
fuse_adb_provider.h08-Oct-2015992
fuse_adb_provider_test.cpp08-Oct-20152.6K
README.txt08-Oct-2015357
services.cpp08-Oct-20152.8K

README.txt

      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