зеркало из https://github.com/mozilla/gecko-dev.git
Bug 900594. Support Android SDK v18.0.1 r=glandium
This makes configure use build-tools instead of platform-tools --HG-- extra : rebase_source : 7cf330f178b81dc30dc1cc15af52a03329330c3a
This commit is contained in:
Родитель
f6627b7dee
Коммит
6b7fa6d4fb
|
@ -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.0 17.0.0 android-4.2.2; do
|
||||
for suffix in 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"
|
||||
|
|
|
@ -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.0 17.0.0 android-4.2.2; do
|
||||
for suffix in 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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче