Dan Albert | f3a5726 | 2015-02-19 13:21:14 -0800 | [diff] [blame] | 1 | minadbd is now mostly built from libadbd. The fuse features are unique to |
| 2 | minadbd, and services.c has been modified as follows: |
Doug Zongker | 9270a20 | 2012-01-09 15:16:13 -0800 | [diff] [blame] | 3 | |
Dan Albert | f3a5726 | 2015-02-19 13:21:14 -0800 | [diff] [blame] | 4 | - all services removed |
Doug Zongker | 9270a20 | 2012-01-09 15:16:13 -0800 | [diff] [blame] | 5 | - 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. |