blob: 8de5fd873ac8a72c6af0dcda4fe04cc8f4833907 [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",
Ray Milkey275af2c2018-06-15 13:05:08 -07005 group = "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)