Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
5c0a9f0d0a9a81ff89293283524d737175b91ca1
/
.
/
protocols
/
p4runtime
/
api
/
BUILD
blob: 4b86e7fae0f364c7ab8730f966eb41c339c1a65c [
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
(
deps
=
COMPILE_DEPS
,
test_deps
=
TEST_DEPS
,
)