Bug 1237342 - Drop API 14 in b2gdroid confvars.sh. r?nalexander draft
authorRichard Newman <rnewman@mozilla.com>
Wed, 06 Jan 2016 10:24:24 -0800
changeset 319378 cb801ae82ccd86031723b03ce88bdfd958f197cf
parent 319377 60e5387bade0b1eac01d13f7a26b80c15fb4da26
child 319380 d8344389093f6af021bae88d68e6bd1c400ec912
push id9019
push userrnewman@mozilla.com
push dateWed, 06 Jan 2016 18:24:32 +0000
reviewersnalexander
bugs1237342
milestone46.0a1
Bug 1237342 - Drop API 14 in b2gdroid confvars.sh. r?nalexander
mobile/android/b2gdroid/confvars.sh
--- a/mobile/android/b2gdroid/confvars.sh
+++ b/mobile/android/b2gdroid/confvars.sh
@@ -15,19 +15,19 @@ MOZ_UA_OS_AGNOSTIC=1
 
 MOZ_B2G_VERSION=2.6.0.0-prerelease
 MOZ_B2G_OS_NAME=Boot2Gecko
 
 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 14 and up by default.
+# We support Android SDK version 15 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=15
 
 # 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.
 MOZ_ANDROID_APPLICATION_CLASS=org.mozilla.gecko.GeckoApplication
 MOZ_ANDROID_BROWSER_INTENT_CLASS=org.mozilla.gecko.BrowserApp
 MOZ_ANDROID_SEARCH_INTENT_CLASS=org.mozilla.search.SearchActivity
 
 MOZ_SAFE_BROWSING=1