Bug 905315: Work around android ADT path naming scheme change; r=nalexander

This commit is contained in:
Irving Reid 2013-08-26 11:16:18 -04:00
parent 316af14a5d
commit e590e311ff
2 changed files with 2 additions and 2 deletions

View File

@ -297,7 +297,7 @@ case "$target" in
# The build tools got moved around to different directories in
# SDK Tools r22. Try to locate them.
android_build_tools=""
for suffix in 18.0.1 18.0.0 17.0.0 android-4.2.2; do
for suffix in android-4.3 18.0.1 18.0.0 17.0.0 android-4.2.2; do
tools_directory="$android_sdk/../../build-tools/$suffix"
if test -d "$tools_directory" ; then
android_build_tools="$tools_directory"

View File

@ -297,7 +297,7 @@ case "$target" in
# The build tools got moved around to different directories in
# SDK Tools r22. Try to locate them.
android_build_tools=""
for suffix in 18.0.1 18.0.0 17.0.0 android-4.2.2; do
for suffix in android-4.3 18.0.1 18.0.0 17.0.0 android-4.2.2; do
tools_directory="$android_sdk/../../build-tools/$suffix"
if test -d "$tools_directory" ; then
android_build_tools="$tools_directory"