Skip to content

Commit

Permalink
Print installed packages
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561324969
Change-Id: Ib8add58ecf73e8f95670aae8249806eef42921cf
  • Loading branch information
A Googler authored and Copybara-Service committed Aug 30, 2023
1 parent 8098c69 commit 77a527d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/presubmit/kokoro_presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ trap Cleanup EXIT
#
# Use "yes" to accept sdk licenses.
cd "$ANDROID_HOME"
yes | tools/bin/sdkmanager --install "build-tools;30.0.3" &>/dev/null
yes | tools/bin/sdkmanager --install "build-tools;30.0.3" "extras;android;m2repository" &>/dev/null
yes | tools/bin/sdkmanager --licenses &>/dev/null

# ANDROID_HOME is already in the environment.
Expand Down

0 comments on commit 77a527d

Please sign in to comment.