OSDN Git Service

Rename the netd service from "android.net.INetd" to "netd".
authorLorenzo Colitti <lorenzo@google.com>
Tue, 23 Feb 2016 13:25:11 +0000 (22:25 +0900)
committerLorenzo Colitti <lorenzo@google.com>
Tue, 23 Feb 2016 13:25:37 +0000 (22:25 +0900)
Bug: 27239233
Change-Id: I34a5554604e6d8b8a50838c6911c28503cbf4540

server/NetdNativeService.h

index 6ca4432..5e3931f 100644 (file)
@@ -26,7 +26,7 @@ namespace net {
 
 class NetdNativeService : public BinderService<NetdNativeService>, public BnNetd {
   public:
-    static char const* getServiceName() { return "android.net.INetd"; }
+    static char const* getServiceName() { return "netd"; }
     binder::Status isAlive(bool *alive) override;
 };