Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
e6a9754787377b1a3fd264451aa4fca5763c15d4
/
.
/
protocols
/
p4runtime
/
api
/
BUILD
blob: de7b4875000771c0b2c63f67a9978f4a4d4eef42 [
file
] [
log
] [
blame
]
GRPC_VER
=
"1_3_1"
COMPILE_DEPS
=
CORE_DEPS
+
[
"@grpc_core_"
+
GRPC_VER
+
"//jar"
,
]
TEST_DEPS
=
TEST
+
[
"//core/api:onos-api-tests"
,
]
osgi_jar_with_tests
(
test_deps
=
TEST_DEPS
,
deps
=
COMPILE_DEPS
,
)