Add missing argument to open(, O_CREAT) in tmpfile()
[termux-packages] / install-sdk.sh
... / ...
CommitLineData
1#!/bin/sh
2
3# Read settings from .termuxrc if existing
4test -f $HOME/.termuxrc && . $HOME/.termuxrc
5: ${ANDROID_HOME:="${HOME}/lib/android-sdk"}
6
7$ANDROID_HOME/tools/android update sdk --no-ui --all --no-https -t "build-tools-23.0.2"
8$ANDROID_HOME/tools/android update sdk --no-ui --all --no-https -t "android-23"