mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1210755 - Mach build: Compile with SDK version 23 and use build tools 23.0.1. r=nalexander
This commit is contained in:
parent
7090442e82
commit
f4ac4b81fb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user