platform_bootable_recovery/minadbd
Dan Albert 432584fccc Fix readx/writex names.
Change-Id: I9556960b8293ea0e81def8b73f88edadb68841e3
2015-02-25 15:08:15 -08:00
..
adb_main.c Fix build from implicit declaration. 2015-02-24 22:07:18 -08:00
Android.mk Remove _(GNU|XOPEN)_SORUCE makefile cruft. 2015-02-24 22:41:07 -08:00
fuse_adb_provider.c Fix readx/writex names. 2015-02-25 15:08:15 -08:00
fuse_adb_provider.h Add extern "C" to all the headers. 2015-02-18 10:21:54 -08:00
README.txt Kill of most of the remainder of minadbd. 2015-02-19 15:41:35 -08:00
services.c Fix LP64 build for minadbd. 2015-02-25 15:21:28 +00:00

minadbd is now mostly built from libadbd. The fuse features are unique to
minadbd, and services.c has been modified as follows:

  - all services removed
  - all host mode support removed
  - sideload_service() added; this is the only service supported.  It
    receives a single blob of data, writes it to a fixed filename, and
    makes the process exit.