Start bazel support for protobuf models and p4runtime build
Change-Id: Ib3beb70c1b401854444b106b4af3723cd40635e4
diff --git a/protocols/p4runtime/model/BUILD b/protocols/p4runtime/model/BUILD
index 39c314e..5fa75cd 100644
--- a/protocols/p4runtime/model/BUILD
+++ b/protocols/p4runtime/model/BUILD
@@ -1,10 +1,11 @@
PROTOBUF_VER = "3_2_0"
COMPILE_DEPS = CORE_DEPS + [
- #'//protocols/p4runtime/proto:onos-protocols-p4runtime-proto',
- #'@grpc_protobuf_' + PROTOBUF_VER + "//jar",
+ "//protocols/p4runtime/proto:p4_runtime_java_proto",
+ "//protocols/p4runtime/proto:p4_config_java_proto",
+ "@com_google_protobuf//:protobuf_java",
]
-#osgi_jar_with_tests (
-# deps = COMPILE_DEPS,
-#)
+osgi_jar_with_tests (
+ deps = COMPILE_DEPS,
+)