android sdk path update

This commit is contained in:
Matthias Kretschmann 2013-06-03 12:22:31 +02:00
parent cef03f5c4b
commit 2086e90b2f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ unset MAILCHECK
PATH="$PATH:/usr/local/sbin:/usr/sbin:/sbin";
# if these bins exist, then add them to the PATH
ANDROID_HOME="/usr/local/Cellar/android-sdk/r21"
ANDROID_HOME="/usr/local/Cellar/android-sdk/r22.0.1"
[ -d "$ANDROID_HOME" ] && PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools";
# add to beginning of PATH so that it always take precedence over /usr/bin