blob: e69dc87c62558edbbb419ec89d871e7694e5cfef [file] [log] [blame]
Dan Albertf3a57262015-02-19 13:21:14 -08001minadbd is now mostly built from libadbd. The fuse features are unique to
2minadbd, and services.c has been modified as follows:
Doug Zongker9270a202012-01-09 15:16:13 -08003
Dan Albertf3a57262015-02-19 13:21:14 -08004 - all services removed
Doug Zongker9270a202012-01-09 15:16:13 -08005 - all host mode support removed
6 - sideload_service() added; this is the only service supported. It
7 receives a single blob of data, writes it to a fixed filename, and
8 makes the process exit.