зеркало из https://github.com/mozilla/gecko-dev.git
Bug 962764 - Support Android 4.4 sdk. r=blassey,gps
This commit is contained in:
Родитель
2ffb2189cc
Коммит
f244dbda1d
|
@ -294,7 +294,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 android-4.3 19.0.0 18.1.0 18.0.1 18.0.0 17.0.0 android-4.2.2; do
|
||||
for suffix in android-4.4 android-4.3 android-4.2.2 19.0.0 18.1.0 18.0.1 18.0.0 17.0.0; do
|
||||
tools_directory="$android_sdk_root/build-tools/$suffix"
|
||||
if test -d "$tools_directory" ; then
|
||||
android_build_tools="$tools_directory"
|
||||
|
|
Загрузка…
Ссылка в новой задаче