blob: 688e4c21b94c7bfd78e478d12ed92bff3e0a9c9c [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001COMPILE_DEPS = COMPILE
2
3osgi_jar_with_tests(
Ray Milkey0bcdfd12018-05-23 14:07:19 -07004 name = "onlab-osgi",
5 package_name_root = "org.onlab",
Ray Milkey7dac7da2017-08-01 16:56:05 -07006 visibility = ["//visibility:public"],
Ray Milkey0bcdfd12018-05-23 14:07:19 -07007 deps = COMPILE_DEPS,
Ray Milkey7dac7da2017-08-01 16:56:05 -07008)