summaryrefslogtreecommitdiffstats
path: root/minadbd/README.md
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-01-09 23:38:29 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-09 23:38:29 +0100
commit6ac5db29db06b3e46874757c24736350b3663d12 (patch)
treefa9d1b33db894146502aef7357f64f802835d674 /minadbd/README.md
parentMerge "recovery: Fix the argument parsing." am: 33808f16c5 (diff)
parentMerge "Move to .md files for even trivial documentation." (diff)
downloadandroid_bootable_recovery-6ac5db29db06b3e46874757c24736350b3663d12.tar
android_bootable_recovery-6ac5db29db06b3e46874757c24736350b3663d12.tar.gz
android_bootable_recovery-6ac5db29db06b3e46874757c24736350b3663d12.tar.bz2
android_bootable_recovery-6ac5db29db06b3e46874757c24736350b3663d12.tar.lz
android_bootable_recovery-6ac5db29db06b3e46874757c24736350b3663d12.tar.xz
android_bootable_recovery-6ac5db29db06b3e46874757c24736350b3663d12.tar.zst
android_bootable_recovery-6ac5db29db06b3e46874757c24736350b3663d12.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.