Merge "bootctrl HAL uses "default" service name" am: cf1af460d5 am: ee3030ad4e

am: 58eace4a96

Change-Id: I8b50cce19ece3b5082676c2ebb84164b78542544
This commit is contained in:
Chris Phoenix
2017-01-23 21:12:22 +00:00
committed by android-build-merger

View File

@@ -147,7 +147,7 @@ int main(int argc, char** argv) {
LOG(INFO) << "Started with arg " << i << ": " << argv[i];
}
sp<IBootControl> module = IBootControl::getService("bootctrl");
sp<IBootControl> module = IBootControl::getService();
if (module == nullptr) {
LOG(ERROR) << "Error getting bootctrl module.";
return -1;