Skip to content

Commit

Permalink
Revert "buildscripts: android.sh to clean the build when building HEAD^"
Browse files Browse the repository at this point in the history
This reverts commit c240f27.
  • Loading branch information
dapengzhang0 authored Oct 2, 2019
1 parent b13d31c commit 52c449d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildscripts/kokoro/android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ new_apk_size="$(stat --printf=%s $HELLO_WORLD_OUTPUT_DIR/apk/release/app-release

cd $BASE_DIR/github/grpc-java
git checkout HEAD^
./gradlew clean
./gradlew publishToMavenLocal
cd examples/android/helloworld/
../../gradlew build
Expand Down

0 comments on commit 52c449d

Please sign in to comment.