Bug 1210755 - Mach build: Compile with SDK version 23 and use build tools 23.0.1. r=nalexander

--HG--
extra : commitid : KSzxhqJn0iI
extra : rebase_source : ccd59642dc6025fd2fec574ef9502a15670fb43e
This commit is contained in:
Sebastian Kaspari 2015-10-05 15:01:23 +02:00
Родитель 52ef7844e3
Коммит f95aacebb1
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -4095,7 +4095,7 @@ if test -z "$gonkdir" ; then
;;
esac
MOZ_ANDROID_SDK(22, 22.0.1)
MOZ_ANDROID_SDK(23, 23.0.1)
;;
esac
fi

Просмотреть файл

@ -14,8 +14,8 @@ import subprocess
# These are the platform and build-tools versions for building
# mobile/android, respectively. Try to keep these in synch with the
# build system and Mozilla's automation.
ANDROID_TARGET_SDK = '22'
ANDROID_BUILD_TOOLS_VERSION = '22.0.1'
ANDROID_TARGET_SDK = '23'
ANDROID_BUILD_TOOLS_VERSION = '23.0.1'
# These are the "Android packages" needed for building Firefox for Android.
# Use |android list sdk --extended| to see these identifiers.