blob: 9ae1ccf2443a5fc3d57519f750d10181decdb4d5 [file] [log] [blame]
Aaron Kruglikovae7e3b82017-05-03 14:13:53 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//incubator/grpc-dependencies:grpc-core-repkg-1.3.0'
4]
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)