OSDN Git Service

bootctrl HAL uses "default" service name
authorChris Phoenix <cphoenix@google.com>
Fri, 20 Jan 2017 19:37:15 +0000 (11:37 -0800)
committerChris Phoenix <cphoenix@google.com>
Fri, 20 Jan 2017 22:19:22 +0000 (14:19 -0800)
commit3659fcdc0c26dfe19a996f4b986fa45cdd15037f
tree5f7260842e8f93faaacbe965e1a0140f7ea7ced3
parent7f56eee60c66062acaa72fb212037a62a7e7f62d
bootctrl HAL uses "default" service name

The getService() and registerAsService() methods of interface objects
now have default parameters of "default" for the service name. HALs
will not have to use any service name unless they want to register
more than one service.

Test: builds; verify HAL still works

In support of b/33844934

Change-Id: Iba190c717cf02d2dfe90b470f82b6ca4a82b6c07
Merged-In: Idc2c5ba09f2486ff9cc9815d72a7e5a0af323b22
bootctl/bootctl.cpp