blob: b066908cedf1d614fdf13bbf3687d165216be69f [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:COMPILE',
3 '//utils/misc:onlab-misc',
4 '//utils/osgi:onlab-osgi',
5 '//utils/rest:onlab-rest',
6]
7
Brian O'Connore4da59d2016-04-08 00:32:18 -07008osgi_jar_with_tests (
9 name = 'onos-api',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080010 deps = COMPILE_DEPS,
Brian O'Connore4da59d2016-04-08 00:32:18 -070011)