[WIP] Attempt at building grpc and p4runtime protocols with Bazel
STILL NOT WORKING AT RUNTIME
Change-Id: I1f9e60b12a12e09edad2a714ec2921a4f71c6d35
diff --git a/protocols/p4runtime/model/BUILD b/protocols/p4runtime/model/BUILD
index f29c84c..1e7b506 100644
--- a/protocols/p4runtime/model/BUILD
+++ b/protocols/p4runtime/model/BUILD
@@ -1,7 +1,5 @@
-PROTOBUF_VER = "3_2_0"
-
COMPILE_DEPS = CORE_DEPS + [
- "//protocols/p4runtime/proto:p4_runtime_java_proto",
+ "//protocols/p4runtime/proto:p4info_java_proto",
"@com_google_protobuf//:protobuf_java",
]