Bug 1247047 - Update build tools to 23.0.3 and Google Play Services to 8.4.0. r=ahunt

MozReview-Commit-ID: 3KZfrc4SL2D

--HG--
extra : rebase_source : bb9844047b01909ac5e9972db844732042389635
This commit is contained in:
Sebastian Kaspari 2016-05-23 17:46:06 +02:00
Родитель d03a76f2e5
Коммит 8a40b11133
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -210,7 +210,7 @@ AC_DEFUN([MOZ_ANDROID_AAR],[
ANDROID_SUPPORT_LIBRARY_VERSION="23.0.1"
AC_SUBST(ANDROID_SUPPORT_LIBRARY_VERSION)
ANDROID_GOOGLE_PLAY_SERVICES_VERSION="8.1.0"
ANDROID_GOOGLE_PLAY_SERVICES_VERSION="8.4.0"
AC_SUBST(ANDROID_GOOGLE_PLAY_SERVICES_VERSION)
AC_DEFUN([MOZ_ANDROID_GOOGLE_PLAY_SERVICES],

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

@ -2892,7 +2892,7 @@ dnl ========================================================
if test -z "$gonkdir" ; then
case "$MOZ_BUILD_APP" in
mobile/android)
MOZ_ANDROID_SDK(23, 23.0.1)
MOZ_ANDROID_SDK(23, 23.0.3)
;;
esac
fi

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

@ -15,7 +15,7 @@ import sys
# mobile/android, respectively. Try to keep these in synch with the
# build system and Mozilla's automation.
ANDROID_TARGET_SDK = '23'
ANDROID_BUILD_TOOLS_VERSION = '23.0.1'
ANDROID_BUILD_TOOLS_VERSION = '23.0.3'
# These are the "Android packages" needed for building Firefox for Android.
# Use |android list sdk --extended| to see these identifiers.