mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-01-08 18:12:08 +01:00
Change-Id: Ide25681e83d34b22393483b3b06e8834693a18ec (cherry picked from commit 5aef9826f6232d2605bbe11a97b9487c56f575a4)
17 lines
377 B
Python
17 lines
377 B
Python
load(
|
|
"//apps/openstacknode:openstack4j.bzl",
|
|
"ALL_PACKAGES",
|
|
"EXCLUDE_PACKAGES",
|
|
"INCLUDE_PACKAGES",
|
|
)
|
|
|
|
COMPILE_DEPS = CORE_DEPS + [
|
|
"@openstack4j_core//jar",
|
|
"//apps/openstacknode/api:onos-apps-openstacknode-api",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
import_packages = INCLUDE_PACKAGES + "," + EXCLUDE_PACKAGES + "," + ALL_PACKAGES,
|
|
deps = COMPILE_DEPS,
|
|
)
|