aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorLouis Ryan <lryan@google.com>2015-08-31 09:45:03 -0700
committerLouis Ryan <lryan@google.com>2015-09-03 13:58:23 -0700
commitd6dc790f05c90ffba2c7a4356121ae4d586e467e (patch)
tree301e03df32dce3bebd3eaaebdbf6353a427c4cd3 /settings.gradle
parentaefefb50c4fd5cb15828470694c73d7ba42a79e0 (diff)
downloadgrpc-grpc-java-d6dc790f05c90ffba2c7a4356121ae4d586e467e.tar.gz
Draft of Android specific Channe builder
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index 27d128e4a..f746b975c 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -11,6 +11,7 @@ include ":grpc-interop-testing"
include ":grpc-all"
include ":grpc-benchmarks"
include ":grpc-examples"
+include ":grpc-android"
project(':grpc-core').projectDir = "$rootDir/core" as File
project(':grpc-stub').projectDir = "$rootDir/stub" as File
@@ -24,6 +25,7 @@ project(':grpc-interop-testing').projectDir = "$rootDir/interop-testing" as File
project(':grpc-all').projectDir = "$rootDir/all" as File
project(':grpc-benchmarks').projectDir = "$rootDir/benchmarks" as File
project(':grpc-examples').projectDir = "$rootDir/examples" as File
+project(':grpc-android').projectDir = "$rootDir/android" as File
if (settings.hasProperty('skipCodegen') && skipCodegen.toBoolean()) {
println '*** Skipping the build of codegen and compilation of proto files because skipCodegen=true'