2015-06-13 01:03:31 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2016-01-09 02:39:09 +01:00
|
|
|
# Read settings from .termuxrc if existing
|
|
|
|
test -f $HOME/.termuxrc && . $HOME/.termuxrc
|
|
|
|
: ${ANDROID_HOME:="${HOME}/lib/android-sdk"}
|
|
|
|
|
|
|
|
$ANDROID_HOME/tools/android update sdk --no-ui --all --no-https -t "build-tools-23.0.2"
|
2016-05-03 11:50:38 +02:00
|
|
|
$ANDROID_HOME/tools/android update sdk --no-ui --all --no-https -t "android-23"
|