diff --git a/bash_profile b/bash_profile index 1eed9c3..26da9ef 100644 --- a/bash_profile +++ b/bash_profile @@ -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/r22.0.4" +ANDROID_HOME="/usr/local/opt/android-sdk" [ -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