platform_bootable_recovery/minadbd
Josh Gao cd324766ab minadbd: update for adb_thread_create signature change.
Change-Id: Ifa0b4d8c1cf0bb39abac61984ff165e82e41222c
(cherry picked from commit cc07b35565)
2016-02-22 15:44:53 -08:00
..
adb_main.cpp Track name change from adb_main to adb_server_main. 2015-11-20 13:03:24 -08:00
Android.mk recovery: Switch to clang 2015-06-03 11:30:03 -07:00
fuse_adb_provider.cpp Move minadb over to new API. 2015-05-01 17:07:44 -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 minadbd: update for adb_thread_create signature change. 2016-02-22 15:44:53 -08: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.