mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-02-13 19:51:13 +01:00
16 lines
317 B
Python
16 lines
317 B
Python
load(
|
|
"//apps/openstacknode:openstack4j.bzl",
|
|
"ALL_PACKAGES",
|
|
"EXCLUDE_PACKAGES",
|
|
"INCLUDE_PACKAGES",
|
|
)
|
|
|
|
COMPILE_DEPS = CORE_DEPS + [
|
|
"@openstack4j_core//jar",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
import_packages = INCLUDE_PACKAGES + "," + EXCLUDE_PACKAGES + "," + ALL_PACKAGES,
|
|
deps = COMPILE_DEPS,
|
|
)
|