commit | 12ae6cae9f152cc1b4fca65a9d98f08502ca1537 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Mon Jun 11 15:34:30 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Tue Jun 12 02:09:35 2018 +0000 |
tree | 5a1c965f685a564867d65ec3def12a3df54e1b12 | |
parent | 06041fa833e2fa345d79567f6b141ea91e1bcad7 [diff] [blame] |
Start on implementation of apps with multiple included bundles Change-Id: I8fc8474d5f2ff1b45e0dccfbe3fc20e27cc9000b
diff --git a/apps/mcast/api/BUILD b/apps/mcast/api/BUILD new file mode 100644 index 0000000..646cfb8 --- /dev/null +++ b/apps/mcast/api/BUILD
@@ -0,0 +1,4 @@ +osgi_jar( + deps = CORE_DEPS, + visibility = ["//visibility:public"], +)