Skip to content

Commit

Permalink
chore: Adjust android tools macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Nov 14, 2024
1 parent 75d660c commit 29c25d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/templates/package-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ steps:

# Install android 34 as we're running on macos-15
- bash: |
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME --install 'tools' | tr '\r' '\n' | uniq
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME --install 'platform-tools' | tr '\r' '\n' | uniq
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME --install 'build-tools;35.0.0' | tr '\r' '\n' | uniq
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME --install 'platforms;android-34' | tr '\r' '\n' | uniq
displayName: Install Android 34
Expand Down

0 comments on commit 29c25d3

Please sign in to comment.