blob: 13a04d4e20bfb1e631c9bba83c2efe309d8f41c5 [file] [log] [blame]
Aaron Kruglikovae7e3b82017-05-03 14:13:53 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Carmelo Casconeb1936bd2017-12-12 14:42:27 -08003 '//incubator/grpc-dependencies:grpc-core-repkg-1.3.1'
Aaron Kruglikovae7e3b82017-05-03 14:13:53 -07004]
5
6TEST_DEPS = [
7 '//lib:TEST_ADAPTERS',
8]
9
10osgi_jar_with_tests (
11 name = 'onos-grpc-api',
12 deps = COMPILE_DEPS,
13 test_deps = TEST_DEPS,
14 visibility = ['PUBLIC'],
15)