platform_bootable_recovery/minadbd
Elliott Hughes c35f3ce30e Allow sideloading without authentication.
Bug: http://b/22025550
Change-Id: I20f09ae442536f924f19ede0abf6a2bcc0a5cedf
(cherry picked from commit 9813f5ba57)
2015-06-23 11:34:07 -07:00
..
adb_main.cpp Allow sideloading without authentication. 2015-06-23 11:34:07 -07:00
Android.mk Fix mips64 minadbd_test build. 2015-05-01 22:40:06 -07:00
fuse_adb_provider.cpp Move minadb over to new API. 2015-05-01 17:35:06 -07:00
fuse_adb_provider.h Switch minadb over to C++. 2015-04-10 13:59:19 -07: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.cpp Stop using adb_strtok, and check argument validity. 2015-04-28 10:52:52 -07: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.