Skip to content

Commit

Permalink
Update android platform setup
Browse files Browse the repository at this point in the history
- Update to build tools 26.0.1.
- Update from android-25 to android-26.
- Add android-16 for use in termux/termux-packages#1133
  • Loading branch information
fornwall committed Aug 11, 2017
1 parent 729f0e1 commit a11c460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup-android-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ fi

mkdir -p $ANDROID_HOME/licenses
echo -e -n "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > $ANDROID_HOME/licenses/android-sdk-license
$ANDROID_HOME/tools/bin/sdkmanager "build-tools;25.0.3" "platforms;android-25"
# The android-16 platform is used in the ecj package:
$ANDROID_HOME/tools/bin/sdkmanager "build-tools;26.0.1" "platforms;android-26" "platforms;android-16"

0 comments on commit a11c460

Please sign in to comment.