Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/AppConstants.java.in

Issue 29328791: Issue 3136 - Only show about:feedback to release build users (Closed)
Patch Set: Created Oct. 1, 2015, 2:26 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mobile/android/base/BrowserApp.java » ('j') | mobile/android/base/BrowserApp.java » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | mobile/android/base/BrowserApp.java » ('j') | mobile/android/base/BrowserApp.java » ('J')

Powered by Google App Engine
This is Rietveld