mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-01-15 05:22:10 +01:00
Change-Id: Ide25681e83d34b22393483b3b06e8834693a18ec (cherry picked from commit 5aef9826f6232d2605bbe11a97b9487c56f575a4)
14 lines
328 B
Python
14 lines
328 B
Python
include_defs('//apps/openstacknode/openstack4j.bucklet')
|
|
|
|
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:openstack4j-core',
|
|
"//apps/openstacknode/api:onos-apps-openstacknode-api",
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
|
|
import_packages = INCLUDE_PACKAGES + ',' + EXCLUDE_PACKAGES + ',' + ALL_PACKAGES,
|
|
)
|