diff options
author | Elliott Hughes <enh@google.com> | 2017-01-10 02:18:22 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-10 02:18:22 +0100 |
commit | 1fe1d8eb05251bead4392bdfbb075ace8947237c (patch) | |
tree | 682ff2c2d0648bf130e2892cde223e613f51af1b /minadbd/README.md | |
parent | Merge "Move to .md files for even trivial documentation." am: 2fc1ff3b32 am: 61728ff4d8 am: 6ac5db29db (diff) | |
parent | Merge "Address review comment." am: 77ec0071cf am: 3e003ceeda (diff) | |
download | android_bootable_recovery-1fe1d8eb05251bead4392bdfbb075ace8947237c.tar android_bootable_recovery-1fe1d8eb05251bead4392bdfbb075ace8947237c.tar.gz android_bootable_recovery-1fe1d8eb05251bead4392bdfbb075ace8947237c.tar.bz2 android_bootable_recovery-1fe1d8eb05251bead4392bdfbb075ace8947237c.tar.lz android_bootable_recovery-1fe1d8eb05251bead4392bdfbb075ace8947237c.tar.xz android_bootable_recovery-1fe1d8eb05251bead4392bdfbb075ace8947237c.tar.zst android_bootable_recovery-1fe1d8eb05251bead4392bdfbb075ace8947237c.zip |
Diffstat (limited to 'minadbd/README.md')
-rw-r--r-- | minadbd/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/README.md b/minadbd/README.md index e69dc87c6..5a0a067de 100644 --- a/minadbd/README.md +++ b/minadbd/README.md @@ -3,6 +3,6 @@ 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 + - `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. |