Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc-java
/
6ceb37ae4cf5f7f10e5591d3cac901b2d673fcbd
/
.
/
netty
/
build.gradle
blob: 8c6eedc3cb93d0acba0c35de2ab8a28cb43328e8 [
file
] [
log
] [
blame
]
description
=
"gRPC: Netty"
dependencies
{
compile project
(
':grpc-core'
),
libraries
.
hpack
,
libraries
.
netty
// Tests depend on base class defined by core module.
testCompile project
(
':grpc-core'
).
sourceSets
.
test
.
output
}