Merge "init: clarify multiple 'interface' keyword use"

This commit is contained in:
Treehugger Robot 2018-10-15 21:10:43 +00:00 committed by Gerrit Code Review
commit 83093e7ef8
1 changed files with 2 additions and 1 deletions

View File

@ -213,7 +213,8 @@ runs the service.
`interface <interface name> <instance name>`
> 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 <class> <priority>`