commit | 5c9e2838e41e40acff0daa2b32b392055cb5d736 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Tue Jun 26 18:37:12 2018 -0700 |
committer | Thomas Vachuska <tom@opennetworking.org> | Wed Jun 27 23:34:20 2018 +0000 |
tree | 718fa32c8d0c8eb4ccd1826c3f8f842fdc9a050d | |
parent | 1da7a4d3cda556d6f812bc5333afac1d9f7c8c2a [diff] [blame] |
Build drivers with bazel Change-Id: I033ac32b3ef8119fc65e046c821ff17f12709261
diff --git a/apps/flowspec-api/flowapi/BUILD b/apps/flowspec-api/flowapi/BUILD new file mode 100644 index 0000000..8d87120 --- /dev/null +++ b/apps/flowspec-api/flowapi/BUILD
@@ -0,0 +1,4 @@ +osgi_jar_with_tests( + test_deps = TEST_ADAPTERS, + deps = CORE_DEPS, +)