Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 471f6e87 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "init: clarify multiple 'interface' keyword use" am: 83093e7e am: d6525b71

am: fce2e150

Change-Id: Ib519d1b019b791a6f2d958220dde2a8964ab7f64
parents 00bec9d4 fce2e150
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>`