mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 18:02:05 +02:00
1. Add BUCK for tenbi and tetunnel 2. Fix check style errors in tenbi 3. Fix a BUCK error in tetopology Change-Id: I618bdd2a119cc6be3250cb3c3e9002fa4f5e4750
10 lines
188 B
Python
10 lines
188 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//apps/tetopology/api:onos-apps-tetopology-api',
|
|
'//incubator/api:onos-incubator-api',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|