ansible-role--bashrc/files/bashrc.d/50-dev-android.sh
@@@No user configured@@@ fc5f81307c Reorganize bash role.
2015-11-18 00:57:38 +01:00

11 lines
183 B
Bash

#!/bin/sh
###
# Set up Android environment
#
ANDROIDDIR=$HOME/.adt-bundle
if [[ -e "$ANDROIDDIR" ]]; then
export PATH=$ANDROIDDIR/sdk/platform-tools:$ANDROIDDIR/sdk/tools:$PATH
fi