Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
e0945c19ca642f219d735f16d33d6d40a1d016ac
/
.
/
apps
/
openstacknetworking
/
api
/
BUCK
blob: cbc9b2272894f17ae6f3fa0939a1c3c71fac97c9 [
file
] [
log
] [
blame
]
include_defs
(
'//apps/openstacknode/openstack4j.bucklet'
)
COMPILE_DEPS
=
[
'//lib:CORE_DEPS'
,
'//lib:openstack4j-core'
,
]
osgi_jar_with_tests
(
deps
=
COMPILE_DEPS
,
import_packages
=
INCLUDE_PACKAGES
+
','
+
EXCLUDE_PACKAGES
+
','
+
ALL_PACKAGES
,
)