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

Commit 405c734c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Vehicle Hal 2.1: register with the default name"

parents 19565fa1 15e9a8f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ int main(int /* argc */, char* /* argv */ []) {
    Vehicle_V2_1 vehicle21(vehicleManager.get());

    ALOGI("Registering as service...");
    vehicle21.registerAsService("Vehicle");
    vehicle21.registerAsService();

    configureRpcThreadpool(1, true /* callerWillJoin */);