| OLD | NEW |
| 1 # This Source Code Form is subject to the terms of the Mozilla Public | 1 # This Source Code Form is subject to the terms of the Mozilla Public |
| 2 # License, v. 2.0. If a copy of the MPL was not distributed with this | 2 # License, v. 2.0. If a copy of the MPL was not distributed with this |
| 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. | 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
| 4 | 4 |
| 5 MOZ_APP_BASENAME=Fennec | 5 MOZ_APP_BASENAME=Fennec |
| 6 MOZ_APP_VENDOR=Mozilla | 6 MOZ_APP_VENDOR=Mozilla |
| 7 | 7 |
| 8 MOZ_APP_VERSION=34.0 | 8 MOZ_APP_VERSION=1.0.0 |
| 9 MOZ_APP_UA_NAME=Firefox | 9 MOZ_APP_UA_NAME=Firefox |
| 10 | 10 |
| 11 MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial | 11 MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial |
| 12 MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/android/branding/official | 12 MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/android/branding/official |
| 13 # MOZ_APP_DISPLAYNAME is set by branding/configure.sh | 13 # MOZ_APP_DISPLAYNAME is set by branding/configure.sh |
| 14 | 14 |
| 15 # We support Android SDK version 9 and up by default. | 15 # We support Android SDK version 9 and up by default. |
| 16 # See the --enable-android-min-sdk and --enable-android-max-sdk arguments in con
figure.in. | 16 # See the --enable-android-min-sdk and --enable-android-max-sdk arguments in con
figure.in. |
| 17 MOZ_ANDROID_MIN_SDK_VERSION=9 | 17 MOZ_ANDROID_MIN_SDK_VERSION=9 |
| 18 | 18 |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 MOZ_ANDROID_SEARCH_ACTIVITY= | 81 MOZ_ANDROID_SEARCH_ACTIVITY= |
| 82 fi | 82 fi |
| 83 | 83 |
| 84 # Enable the share handler in pre-release builds. | 84 # Enable the share handler in pre-release builds. |
| 85 if test ! "$RELEASE_BUILD"; then | 85 if test ! "$RELEASE_BUILD"; then |
| 86 MOZ_ANDROID_SHARE_OVERLAY=1 | 86 MOZ_ANDROID_SHARE_OVERLAY=1 |
| 87 fi | 87 fi |
| 88 | 88 |
| 89 # Don't enable the Mozilla Location Service stumbler. | 89 # Don't enable the Mozilla Location Service stumbler. |
| 90 # MOZ_ANDROID_MLS_STUMBLER=1 | 90 # MOZ_ANDROID_MLS_STUMBLER=1 |
| OLD | NEW |