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/nodemetrics/mgr/BUILD b/apps/nodemetrics/mgr/BUILD new file mode 100644 index 0000000..9357978 --- /dev/null +++ b/apps/nodemetrics/mgr/BUILD
@@ -0,0 +1,9 @@ +COMPILE_DEPS = CORE_DEPS + CLI + [ + "@sigar//jar", + "//apps/nodemetrics/api:onos-apps-nodemetrics-api", + "//core/store/serializers:onos-core-serializers", +] + +osgi_jar_with_tests( + deps = COMPILE_DEPS, +)