Searched refs:ANDROID_SDK_ROOT (Results 1 – 8 of 8) sorted by relevance
14 elif [ -d "$ANDROID_SDK_ROOT" ]; then15 ADB="${ANDROID_SDK_ROOT}/platform-tools/adb"17 echo $ANDROID_SDK_ROOT
56 if [ -z "$ANDROID_SDK_ROOT" ]; then58 exportVar ANDROID_SDK_ROOT $ANDROID_SDK_ROOT60 echo "No ANDROID_SDK_ROOT set and can't auto detect it from location of android binary."
14 if [ -x "${ANDROID_SDK_ROOT}/platform-tools/adb" ]; then16 "${ANDROID_SDK_ROOT}/platform-tools/adb" "$@"
225 if [ -z "$_ADB" -a "$ANDROID_SDK_ROOT" ]; then226 _ADB=$ANDROID_SDK_ROOT/platform-tools/adb
100 ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT, variable102 ANDROID_SDK_TOOLS = os.path.join(ANDROID_SDK_ROOT,