Files
android_bootable_recovery/minadbd
Ethan Yonker 8373cfe28c Update to AOSP 8.0 base
Change-Id: I29fe722b4eb9718765327902779046840a01433e
2017-09-08 07:14:59 -05:00
..
2017-09-08 07:14:59 -05:00
2016-06-16 19:57:20 -07:00
2015-04-10 13:59:19 -07:00
2017-09-08 07:14:59 -05:00
2017-09-08 07:14:59 -05:00
2017-01-09 14:28:42 -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.