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

am: ee3030ad4e

Change-Id: I58625313d404e8f7e947d324441ae9a51c4d0931
This commit is contained in:
Chris Phoenix
2017-01-23 20:58:20 +00:00
committed by android-build-merger
+1 -1
View File
@@ -147,7 +147,7 @@ int main(int argc, char** argv) {
LOG(INFO) << "Started with arg " << i << ": " << argv[i]; LOG(INFO) << "Started with arg " << i << ": " << argv[i];
} }
sp<IBootControl> module = IBootControl::getService("bootctrl"); sp<IBootControl> module = IBootControl::getService();
if (module == nullptr) { if (module == nullptr) {
LOG(ERROR) << "Error getting bootctrl module."; LOG(ERROR) << "Error getting bootctrl module.";
return -1; return -1;