commit | 35ea5bfb55d05807c092eeef0ded8903dc07f829 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Tue Jul 17 15:28:44 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Thu Jul 19 21:47:33 2018 +0000 |
tree | 5c2df58e8c1fcdca0e15d0586d98bc277afd34b8 | |
parent | 69023ea68cb9ca8ff7c7deff9111ecc16f40fe90 [diff] [blame] |
Additional bazel build files for apps Change-Id: If3f31139022b5657e4a7b8a33871e4eba0da286e
diff --git a/apps/vtn/sfcmgr/BUILD b/apps/vtn/sfcmgr/BUILD new file mode 100644 index 0000000..e45ac6e --- /dev/null +++ b/apps/vtn/sfcmgr/BUILD
@@ -0,0 +1,9 @@ +COMPILE_DEPS = CORE_DEPS + KRYO + [ + "//core/store/serializers:onos-core-serializers", + "//apps/vtn/vtnrsc:onos-apps-vtn-vtnrsc", +] + +osgi_jar_with_tests( + test_deps = TEST_ADAPTERS, + deps = COMPILE_DEPS, +)