Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
f0b17ff817207213d214ad9bc39e82d0e4b484de
/
.
/
core
/
common
/
BUCK
blob: a00d4fddc93dae7df05314731c43249851897730 [
file
] [
log
] [
blame
]
SRC_DEPS
=
[
'//lib:CORE_DEPS'
,
'//incubator/api:onos-incubator-api'
,
]
TEST_DEPS
=
[
'//lib:TEST'
,
'//core/api:onos-api-tests'
,
]
osgi_jar_with_tests
(
name
=
'onos-core-common'
,
deps
=
SRC_DEPS
,
test_deps
=
TEST_DEPS
,
visibility
=
[
'PUBLIC'
],
)