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

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

Merge "hwcomposer HAL uses "default" service name"

parents f84e251b 442b8933
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,5 +39,5 @@ int main() {
        ALOGE("Couldn't set SCHED_FIFO: %d", errno);
    }

    return defaultPassthroughServiceImplementation<IComposer>("hwcomposer");
    return defaultPassthroughServiceImplementation<IComposer>();
}