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