diff options
author | Elliott Hughes <enh@google.com> | 2017-01-10 02:08:22 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-10 02:08:22 +0100 |
commit | ac431948d3d3bc672ecd25e50bade26ac224ef9e (patch) | |
tree | 02028edfcd1734cd8c2195d565bf8cf81668d302 | |
parent | Merge "Move to .md files for even trivial documentation." am: 2fc1ff3b32 (diff) | |
parent | Merge "Address review comment." (diff) | |
download | android_bootable_recovery-ac431948d3d3bc672ecd25e50bade26ac224ef9e.tar android_bootable_recovery-ac431948d3d3bc672ecd25e50bade26ac224ef9e.tar.gz android_bootable_recovery-ac431948d3d3bc672ecd25e50bade26ac224ef9e.tar.bz2 android_bootable_recovery-ac431948d3d3bc672ecd25e50bade26ac224ef9e.tar.lz android_bootable_recovery-ac431948d3d3bc672ecd25e50bade26ac224ef9e.tar.xz android_bootable_recovery-ac431948d3d3bc672ecd25e50bade26ac224ef9e.tar.zst android_bootable_recovery-ac431948d3d3bc672ecd25e50bade26ac224ef9e.zip |
Diffstat (limited to '')
-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. |