mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-01-08 18:12:08 +01:00
and to locate the YANG models under /models tree. Change-Id: Iff36569d7880e7930b4a1c24a6b36a7ea3760f20
10 lines
201 B
Python
10 lines
201 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//models/openroadm:onos-models-openroadm',
|
|
'//core/store/serializers:onos-core-serializers',
|
|
] + YANG_TOOLS
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|