[netconnector] remove deprecated_bare_package_url from BUILD.gn

This CL removes the deprecated_bare_package_url annotation from
netconnector's BUILD.gn. It also names the binary properly in
netconnector's cmx file.

TEST: no behavior change

CF-446 #done

Change-Id: I72256fb9e0b0ddec46ce44f3fd1bf5816ad70e48
diff --git a/bin/netconnector/BUILD.gn b/bin/netconnector/BUILD.gn
index 4916cc2..12b4986 100644
--- a/bin/netconnector/BUILD.gn
+++ b/bin/netconnector/BUILD.gn
@@ -49,13 +49,15 @@
 }
 
 package("netconnector") {
-  deprecated_bare_package_url = "//build"
-
   deps = [
     ":bin",
   ]
 
-  binary = "netconnector"
+  binaries = [
+    {
+      name = "netconnector"
+    },
+  ]
 
   meta = [
     {
diff --git a/bin/netconnector/meta/netconnector.cmx b/bin/netconnector/meta/netconnector.cmx
index cb03cb8..fd8a04b 100644
--- a/bin/netconnector/meta/netconnector.cmx
+++ b/bin/netconnector/meta/netconnector.cmx
@@ -1,6 +1,6 @@
 {
     "program": {
-        "binary": "bin/app"
+        "binary": "bin/netconnector"
     },
     "sandbox": {
         "services": [