blob: 73e4917faf22f0dc710db74c7ead61900c327b15 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:COMPILE',
3]
4
Brian O'Connor7c11a982016-10-18 15:02:27 -07005osgi_jar_with_tests(
6 name = 'onlab-misc',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007 deps = COMPILE_DEPS,
Ray Milkey2a749832016-08-02 15:22:20 -07008 package_name_root = 'org.onlab',
Brian O'Connor7c11a982016-10-18 15:02:27 -07009 visibility = ['PUBLIC'],
Ray Milkeyf80bbb22016-03-11 10:16:22 -080010)
11
Brian O'Connorb86c9202016-04-05 20:15:04 -070012