mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 09:21:06 +02:00
11 lines
242 B
Python
11 lines
242 B
Python
COMPILE_DEPS = CORE_DEPS + [
|
|
"//protocols/grpc/api:onos-protocols-grpc-api",
|
|
"//protocols/grpc/proto:onos-protocols-grpc-proto",
|
|
"@io_grpc_grpc_java//core",
|
|
"@io_grpc_grpc_java//netty",
|
|
]
|
|
|
|
osgi_jar(
|
|
deps = COMPILE_DEPS,
|
|
)
|