universal7885: Delineageify

Change-Id: I0e2f60bb4ff6c5e095f5e5a57cf4bee9ed0ac2b6
Signed-off-by: SamarV-121 <samarvispute121@pm.me>
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
SamarV-121 2021-08-25 23:14:48 +05:30 committed by roynatech2544
commit ae36727519
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
6 changed files with 1 additions and 59 deletions

View file

@ -44,12 +44,6 @@ int main() {
goto shutdown;
}
status = power->ILineagePower::registerAsService();
if (status != OK) {
LOG(ERROR) << "Could not register service (ILineagePower) for Power HAL";
goto shutdown;
}
LOG(INFO) << "Power HAL service is Ready.";
joinRpcThreadpool();