add ANDROID_HOME to env

This commit is contained in:
Thomas Ruoff
2017-02-12 22:18:49 +01:00
parent 39198626dd
commit 5e5e35283f

View File

@@ -25,4 +25,8 @@ case $OSTYPE in
export MANPATH="$(brew --prefix coreutils)/libexec/gnuman:$MANPATH"
#eval $(ssh-agent -s)
;;
"linux-gnu" )
export ANDROID_HOME=~/local/android-sdk
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
;;
esac