Files
android_bootable_recovery/minadbd
Yabin Cui 7c913e5faa minadbd: move from D() to VLOG().
Change-Id: I542e2ae8f5ef18b2d6b3dbc1888b3ce1e02a7404
2015-09-23 16:04:41 -07:00
..
2015-09-23 16:04:41 -07:00
2015-06-03 11:30:03 -07:00
2015-04-10 13:59:19 -07:00
2015-09-23 16:04:41 -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.