diff options
Diffstat (limited to 'minadbd/README.md')
-rw-r--r-- | minadbd/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/minadbd/README.md b/minadbd/README.md new file mode 100644 index 000000000..e69dc87c6 --- /dev/null +++ b/minadbd/README.md @@ -0,0 +1,8 @@ +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. |