Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
02e3c8c042751e1b2a33a9b2cfdd9f46e805a938
/
.
/
incubator
/
rpc
/
BUCK
blob: 068a43b5f858c03b896447c32150cf7948b812ee [
file
] [
log
] [
blame
]
COMPILE_DEPS
=
[
'//lib:CORE_DEPS'
,
'//incubator/api:onos-incubator-api'
,
]
TEST_DEPS
=
[
'//lib:TEST'
,
]
osgi_jar_with_tests
(
deps
=
COMPILE_DEPS
,
test_deps
=
TEST_DEPS
,
visibility
=
[
'PUBLIC'
],
)