summaryrefslogtreecommitdiffstats
path: root/tv/input/1.0/default/service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tv/input/1.0/default/service.cpp')
-rw-r--r--tv/input/1.0/default/service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/input/1.0/default/service.cpp b/tv/input/1.0/default/service.cpp
index d59c848b4..d904d0b28 100644
--- a/tv/input/1.0/default/service.cpp
+++ b/tv/input/1.0/default/service.cpp
@@ -27,5 +27,5 @@ using android::hardware::tv::input::V1_0::ITvInput;
using android::hardware::defaultPassthroughServiceImplementation;
int main() {
- return defaultPassthroughServiceImplementation<ITvInput>("tv.input");
+ return defaultPassthroughServiceImplementation<ITvInput>();
}