aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorLouis Ryan <lryan@google.com>2015-09-04 13:26:24 -0700
committerLouis Ryan <lryan@google.com>2015-09-09 10:18:45 -0700
commit540b4d35212880b392006171280132f4842e98b5 (patch)
tree568d2eb44e7e9b0853f1ad68fe9532ac13be5fdd /settings.gradle
parent9466eb5014bd4ed2fd0af2567c605ae79a27e86b (diff)
downloadgrpc-grpc-java-540b4d35212880b392006171280132f4842e98b5.tar.gz
Revert "Draft of Android specific Channe builder"
This reverts commit d6dc790f05c90ffba2c7a4356121ae4d586e467e.
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.gradle b/settings.gradle
index f746b975c..27d128e4a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -11,7 +11,6 @@ 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
@@ -25,7 +24,6 @@ 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'