Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
bc9edb151576b67e2a0d7a1d9e7f87d32ee27827
/
.
/
incubator
/
api
/
BUCK
blob: 55f80e0bb84862f2b094f4fe171ebed86f91e8f1 [
file
] [
log
] [
blame
]
COMPILE_DEPS
=
[
'//lib:CORE_DEPS'
,
]
TEST_DEPS
=
[
'//lib:TEST_ADAPTERS'
,
]
osgi_jar_with_tests
(
name
=
'onos-incubator-api'
,
deps
=
COMPILE_DEPS
,
test_deps
=
TEST_DEPS
,
visibility
=
[
'PUBLIC'
],
)