blob: 91dd172516da6a78b9560955905833603a0020bc [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001COMPILE_DEPS = COMPILE
2
3osgi_jar_with_tests(
4 name = 'onlab-osgi',
5 deps = COMPILE_DEPS,
6 package_name_root = 'org.onlab',
7 visibility = ["//visibility:public"],
8)