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] |
Additional bazel build files for apps Change-Id: If3f31139022b5657e4a7b8a33871e4eba0da286e
diff --git a/apps/iptopology-api/BUILD b/apps/iptopology-api/BUILD new file mode 100644 index 0000000..f72e3bc --- /dev/null +++ b/apps/iptopology-api/BUILD
@@ -0,0 +1,3 @@ +osgi_jar_with_tests( + deps = CORE_DEPS, +)