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

Commit 15e9a8f9 authored by Pavel Maltsev's avatar Pavel Maltsev
Browse files

Vehicle Hal 2.1: register with the default name

b/35811488

Test: verified Car Service connected to VHAL 2.1
Change-Id: I5d287b2dc71f62bba501ab872f9a14196d5dabb7
parent 1daad90b
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 */);