summaryrefslogtreecommitdiffstats
path: root/minadbd/README.md
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-01-07 21:49:32 +0100
committerElliott Hughes <enh@google.com>2017-01-07 21:49:32 +0100
commit7a890e5cf5900a1eff63de06c813475305cabc37 (patch)
tree26b0921cdc3e28d01293c01464656a585dbe2346 /minadbd/README.md
parentMerge "updater: Clean up CreateStash()." (diff)
downloadandroid_bootable_recovery-7a890e5cf5900a1eff63de06c813475305cabc37.tar
android_bootable_recovery-7a890e5cf5900a1eff63de06c813475305cabc37.tar.gz
android_bootable_recovery-7a890e5cf5900a1eff63de06c813475305cabc37.tar.bz2
android_bootable_recovery-7a890e5cf5900a1eff63de06c813475305cabc37.tar.lz
android_bootable_recovery-7a890e5cf5900a1eff63de06c813475305cabc37.tar.xz
android_bootable_recovery-7a890e5cf5900a1eff63de06c813475305cabc37.tar.zst
android_bootable_recovery-7a890e5cf5900a1eff63de06c813475305cabc37.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.