[WIP] Attempt at building grpc and p4runtime protocols with Bazel
STILL NOT WORKING AT RUNTIME
Change-Id: I1f9e60b12a12e09edad2a714ec2921a4f71c6d35
diff --git a/protocols/grpc/BUCK b/protocols/grpc/BUCK
index e5e65e1..093ea7d 100644
--- a/protocols/grpc/BUCK
+++ b/protocols/grpc/BUCK
@@ -16,16 +16,16 @@
'//lib:protobuf-java-3.2.0',
# Lazily adding all netty-related packages.
# Some of them might not be necessary.
- '//lib:netty',
- '//lib:netty-buffer',
- '//lib:netty-codec',
- '//lib:netty-codec-http',
- '//lib:netty-codec-http2',
- '//lib:netty-common',
- '//lib:netty-handler',
- '//lib:netty-transport',
- '//lib:netty-transport-native-epoll',
- '//lib:netty-resolver',
+ '//lib:io_netty_netty',
+ '//lib:io_netty_netty_buffer',
+ '//lib:io_netty_netty_codec',
+ '//lib:io_netty_netty_codec-http',
+ '//lib:io_netty_netty_codec-http2',
+ '//lib:io_netty_netty_common',
+ '//lib:io_netty_netty_handler',
+ '//lib:io_netty_netty_transport',
+ '//lib:io_netty_netty_transport-native-epoll',
+ '//lib:io_netty_netty_resolver',
]
onos_app (