Bug 1155801 - Part 4: miscellaneous SDK_INT bumps.

--HG--
extra : commitid : C22fCOxjmjN
This commit is contained in:
Richard Newman 2015-12-30 18:59:17 -08:00
parent 08eedc4990
commit a3f03c1b51
2 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial
MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/android/branding/official
# MOZ_APP_DISPLAYNAME is set by branding/configure.sh
# We support Android SDK version 9 and up by default.
# We support Android SDK version 14 and up by default.
# See the --enable-android-min-sdk and --enable-android-max-sdk arguments in configure.in.
MOZ_ANDROID_MIN_SDK_VERSION=9
MOZ_ANDROID_MIN_SDK_VERSION=14
# There are several entry points into the Firefox application. These are the names of some of the classes that are
# listed in the Android manifest. They are specified in here to avoid hard-coding them in source code files.

View File

@ -35,7 +35,7 @@ CONFIGS = defaultdict(lambda: {
}, {
'android_eclipse': {
'defines': [
('MOZ_ANDROID_MIN_SDK_VERSION', '9'),
('MOZ_ANDROID_MIN_SDK_VERSION', '14'),
],
'non_global_defines': [],
'substs': [