[WIP] Attempt at building grpc and p4runtime protocols with Bazel

STILL NOT WORKING AT RUNTIME

Change-Id: I1f9e60b12a12e09edad2a714ec2921a4f71c6d35
diff --git a/core/store/dist/BUCK b/core/store/dist/BUCK
index b6be5ec..608bfc9 100644
--- a/core/store/dist/BUCK
+++ b/core/store/dist/BUCK
@@ -1,17 +1,18 @@
 COMPILE_DEPS = [
     '//lib:CORE_DEPS',
-    '//lib:NETTY',
     '//lib:JACKSON',
     '//lib:KRYO',
     '//core/common:onos-core-common',
     '//utils/rest:onlab-rest',
     '//core/store/serializers:onos-core-serializers',
-    '//lib:netty-transport',
-    '//lib:netty-codec',
-    '//lib:netty-buffer',
-    '//lib:netty-handler',
-    '//lib:netty-transport-native-epoll',
-    '//lib:netty-resolver',
+    '//lib:io_netty_netty_buffer',
+    '//lib:io_netty_netty_common',
+    '//lib:io_netty_netty_codec',
+    '//lib:io_netty_netty_handler',
+    '//lib:io_netty_netty_resolver',
+    '//lib:io_netty_netty_transport',
+    '//lib:io_netty_netty_transport_native_unix_common',
+    '//lib:io_netty_netty_transport-native-epoll',
     '//lib:commons-math3',
     '//incubator/api:onos-incubator-api',
 ]