From c53dd61dc79077cd62a51abc79e5610d6d0f4617 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Mon, 3 Feb 2020 13:37:22 -0800 Subject: [PATCH] Stop building for Android --- tools/run_tests/performance/build_performance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/performance/build_performance.sh b/tools/run_tests/performance/build_performance.sh index 6c22e2d37d0..4662a28fe72 100755 --- a/tools/run_tests/performance/build_performance.sh +++ b/tools/run_tests/performance/build_performance.sh @@ -46,7 +46,7 @@ do ;; # C++ has already been built. "java") (cd ../grpc-java/ && - ./gradlew -PskipCodegen=true :grpc-benchmarks:installDist) + ./gradlew -PskipCodegen=true -PskipAndroid=true :grpc-benchmarks:installDist) ;; "go") tools/run_tests/performance/build_performance_go.sh