platform_bootable_recovery/minadbd
Dan Albert b2f945932c Remove unused libutils references.
Change-Id: I22797643103ce1d4371198433ad9849cc83d3d7c
2015-03-13 22:33:38 -07:00
..
adb_main.c Fix build from implicit declaration. 2015-02-24 22:07:18 -08:00
Android.mk Remove unused libutils references. 2015-03-13 22:33:38 -07:00
fuse_adb_provider.c Add tests for read_block_adb. 2015-02-26 17:00:11 -08:00
fuse_adb_provider.h Add tests for read_block_adb. 2015-02-26 17:00:11 -08:00
fuse_adb_provider_test.cpp Remove unused libutils references. 2015-03-13 22:33:38 -07: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.