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

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

Merge "context_hub HAL uses "default" service name"

parents d94a7d2d 8f9c6cd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,5 +23,5 @@ using android::hardware::contexthub::V1_0::IContexthub;
using android::hardware::defaultPassthroughServiceImplementation;

int main() {
    return defaultPassthroughServiceImplementation<IContexthub>("context_hub");
    return defaultPassthroughServiceImplementation<IContexthub>();
}