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

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

Merge "tv_cec HAL uses "default" service name"

parents 63a3bd15 bb824a09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,5 +23,5 @@ using android::hardware::tv::cec::V1_0::IHdmiCec;
using android::hardware::defaultPassthroughServiceImplementation;

int main() {
    return defaultPassthroughServiceImplementation<IHdmiCec>("tv.cec");
    return defaultPassthroughServiceImplementation<IHdmiCec>();
}