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

Commit 4c13f2da authored by Yifan Hong's avatar Yifan Hong Committed by Android (Google) Code Review
Browse files

Merge "Car HAL uses "default" service name"

parents 15558bf9 018a4d47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ int main(int /* argc */, char* /* argv */ []) {
    configureRpcThreadpool(1, true /* callerWillJoin */);

    ALOGI("Registering as service...");
    service->registerAsService("Vehicle");
    service->registerAsService();

    ALOGI("Ready");
    joinRpcThreadpool();