commit | 7dac7dadf5e28e8af87635ca877399b56a36b1be | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Tue Aug 01 16:56:05 2017 -0700 |
committer | Thomas Vachuska <tom@opennetworking.org> | Wed May 23 20:38:54 2018 +0000 |
tree | 02c3aec8e930266f0241b389bb32bcf8226c51dd | |
parent | 6e4da2f37b67d810ed56373f7165b8e295ba04ac [diff] [blame] |
Initial builds using bazel Change-Id: I38123b396a2ffda5f36cdca43f3ad1fa67a7ab52
diff --git a/protocols/p4runtime/api/BUILD b/protocols/p4runtime/api/BUILD new file mode 100644 index 0000000..2936d86 --- /dev/null +++ b/protocols/p4runtime/api/BUILD
@@ -0,0 +1,14 @@ +GRPC_VER = '1.3.1' + +COMPILE_DEPS = CORE_DEPS + [ +# '@grpc//jar', +] + +TEST_DEPS = TEST + [ + '//core/api:onos-api-tests', +] + +#osgi_jar_with_tests ( +# deps = COMPILE_DEPS, +# test_deps = TEST_DEPS, +#)