summaryrefslogtreecommitdiffstats
path: root/minadbd/README.txt
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.txt
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.txt')
-rw-r--r--minadbd/README.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/minadbd/README.txt b/minadbd/README.txt
deleted file mode 100644
index e69dc87c6..000000000
--- a/minadbd/README.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-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.