Jian Li 753280ebbf Support collecting outbound vFlow stats for FLAT typed network
Change-Id: I359e2a39867126d76e4b7daae84aecf85e0f8c11
2018-07-04 17:21:24 +00:00

13 lines
268 B
Python

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,
)