summaryrefslogtreecommitdiff
path: root/light/2.0/default/service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'light/2.0/default/service.cpp')
-rw-r--r--light/2.0/default/service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/light/2.0/default/service.cpp b/light/2.0/default/service.cpp
index b3848e95f4..70ae5655d1 100644
--- a/light/2.0/default/service.cpp
+++ b/light/2.0/default/service.cpp
@@ -23,5 +23,5 @@ using android::hardware::light::V2_0::ILight;
using android::hardware::defaultPassthroughServiceImplementation;
int main() {
- return defaultPassthroughServiceImplementation<ILight>("light");
+ return defaultPassthroughServiceImplementation<ILight>();
}