Bug 1218410 - Bump b2gdroid to Android API 14+. r=fabrice. b2gdroid-only on a CLOSED TREE

--HG--
extra : commitid : La6hYf46BOX
This commit is contained in:
Richard Newman 2015-10-26 08:15:07 -07:00
parent 73ee75c664
commit ab009aee26

View File

@ -20,9 +20,9 @@ MOZ_BRANDING_DIRECTORY=mobile/android/b2gdroid/branding/unofficial
MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/android/b2gdroid/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.