From 48aed8f02d022025ca85d9736fb8b7027861075e Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 15 Oct 2018 10:44:31 -0700 Subject: [PATCH] init: clarify multiple 'interface' keyword use This keyword can (and should) be used multiple times when multiple services are served together. I've documented this here. Bug: N/A Test: N/A Change-Id: Ie986c9cac486db346555f359e9ccbed93d8d1d22 --- init/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init/README.md b/init/README.md index 02a65d508..c56d29569 100644 --- a/init/README.md +++ b/init/README.md @@ -213,7 +213,8 @@ runs the service. `interface ` > Associates this service with a list of the HIDL services that it provides. The interface name must be a fully-qualified name and not a value name. This is used to allow hwservicemanager to - lazily start services. + lazily start services. When multiple interfaces are served, this tag should be used multiple + times. For example: interface vendor.foo.bar@1.0::IBaz default `ioprio `