зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 06a75f114c31 (bug 1155801)
--HG-- extra : commitid : 4AM4nPS3gKY
This commit is contained in:
Родитель
20ae6d8af1
Коммит
54384ad6a1
|
@ -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.
|
||||
|
|
|
@ -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': [
|
||||
|
|
Загрузка…
Ссылка в новой задаче