Backed out changeset 06a75f114c31 (bug 1155801)

--HG--
extra : commitid : 4AM4nPS3gKY
This commit is contained in:
Nigel Babu 2015-12-31 13:57:25 +05:30
parent 20ae6d8af1
commit 54384ad6a1
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 14 and up by default.
# We support Android SDK version 9 and up by default.
# See the --enable-android-min-sdk and --enable-android-max-sdk arguments in configure.in.
MOZ_ANDROID_MIN_SDK_VERSION=14
MOZ_ANDROID_MIN_SDK_VERSION=9
# 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', '14'),
('MOZ_ANDROID_MIN_SDK_VERSION', '9'),
],
'non_global_defines': [],
'substs': [