mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 09:51:38 +02:00
By publishing the repackaged grpc and protobuf artifacts Change-Id: Ib3af7dba4f64948132aa70be31922de61d6f6ab2
9 lines
160 B
Python
9 lines
160 B
Python
COMPILE_DEPS = CORE_DEPS + [
|
|
"//protocols/grpc/api:onos-protocols-grpc-api",
|
|
"//lib:io_grpc_grpc_core_context",
|
|
]
|
|
|
|
osgi_jar(
|
|
deps = COMPILE_DEPS,
|
|
)
|