From 7a890e5cf5900a1eff63de06c813475305cabc37 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 7 Jan 2017 12:49:32 -0800 Subject: Move to .md files for even trivial documentation. So it's automatically displayed for folks browsing the source. Bug: N/A Test: N/A Change-Id: Ie9b190072ebdf0faf06cc1fd7b3467c031056753 --- minadbd/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 minadbd/README.md (limited to 'minadbd/README.md') 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. -- cgit v1.2.3 From ff8fdc955af4083df2c98b6a08d2bff5e0d97087 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 9 Jan 2017 14:28:42 -0800 Subject: Address review comment. Bug: N/A Test: N/A Change-Id: I9467286e57522c6ed640a3599cb678ac10d9e2a4 --- minadbd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minadbd/README.md') 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. -- cgit v1.2.3