Ray Milkey 61403ed21d Appify BUCK builds for drivers
Change-Id: I94a44950ce793008ff2a3b2105207a9fff9a53ed
2016-04-28 21:56:55 +00:00

12 lines
217 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//core/net:onos-core-net',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
resources_root = 'src/main/resources',
resources = glob(['src/main/resources/**']),
)