summaryrefslogtreecommitdiffstats
path: root/minadbd/README.md
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-01-09 23:25:52 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-01-09 23:25:53 +0100
commit2fc1ff3b32b46b08311dfd7f21b00d10c4a912e0 (patch)
tree4a9e25b13a8cb4cbb49a90af476f255839d4842e /minadbd/README.md
parentMerge "recovery: Fix the argument parsing." (diff)
parentMove to .md files for even trivial documentation. (diff)
downloadandroid_bootable_recovery-2fc1ff3b32b46b08311dfd7f21b00d10c4a912e0.tar
android_bootable_recovery-2fc1ff3b32b46b08311dfd7f21b00d10c4a912e0.tar.gz
android_bootable_recovery-2fc1ff3b32b46b08311dfd7f21b00d10c4a912e0.tar.bz2
android_bootable_recovery-2fc1ff3b32b46b08311dfd7f21b00d10c4a912e0.tar.lz
android_bootable_recovery-2fc1ff3b32b46b08311dfd7f21b00d10c4a912e0.tar.xz
android_bootable_recovery-2fc1ff3b32b46b08311dfd7f21b00d10c4a912e0.tar.zst
android_bootable_recovery-2fc1ff3b32b46b08311dfd7f21b00d10c4a912e0.zip
Diffstat (limited to 'minadbd/README.md')
-rw-r--r--minadbd/README.md8
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.