Rename the netd service from "android.net.INetd" to "netd".

Bug: 27239233
Change-Id: I34a5554604e6d8b8a50838c6911c28503cbf4540
diff --git a/server/NetdNativeService.h b/server/NetdNativeService.h
index 6ca4432..5e3931f 100644
--- a/server/NetdNativeService.h
+++ b/server/NetdNativeService.h
@@ -26,7 +26,7 @@
 
 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;
 };