mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
8 lines
166 B
Bash
8 lines
166 B
Bash
ANDROID_HOME=$HOME/Library/Android/sdk
|
|
|
|
if test -d $ANDROID_HOME ; then
|
|
PATH=$PATH:$ANDROID_HOME/emulator:$ANDROID_HOME/platform-tools
|
|
else
|
|
unset ANDROID_HOME
|
|
fi
|