| Index: mobile/android/base/AppConstants.java.in |
| =================================================================== |
| --- a/mobile/android/base/AppConstants.java.in |
| +++ b/mobile/android/base/AppConstants.java.in |
| @@ -327,6 +327,13 @@ |
| null; |
| //#endif |
| + public static final boolean ABB_RELEASE_BUILD = |
| +//#ifdef ABB_RELEASE_BUILD |
|
René Jeschke
2015/10/01 14:38:11
This then works using environment variables, yes?
Felix Dahlke
2015/10/01 15:30:53
Yup, exactly. The mozconfigs for the release build
|
| + true; |
| +//#else |
| + false; |
| +//#endif |
| + |
| public static AdjustHelperInterface getAdjustHelper() { |
| //#ifdef MOZ_INSTALL_TRACKING |
| return new AdjustHelper(); |