From a857bc3cc3a591757dcd57d95713c4361fe9e24d Mon Sep 17 00:00:00 2001 From: "\"Chris AtLee\"" Date: Wed, 3 Jun 2015 11:45:10 -0400 Subject: [PATCH] Bug 1171040: Enable MOZ_AUTOMATION_UPLOAD_SYMBOLS for android nightly builds r=ted a=RyanVM --- mobile/android/config/mozconfigs/common | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mobile/android/config/mozconfigs/common b/mobile/android/config/mozconfigs/common index d3e8ddf0261..72b6707c159 100644 --- a/mobile/android/config/mozconfigs/common +++ b/mobile/android/config/mozconfigs/common @@ -3,6 +3,9 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # This file is included at the top of all native android mozconfigs +if [ "x$IS_NIGHTLY" = "xyes" ]; then + MOZ_AUTOMATION_UPLOAD_SYMBOLS=${MOZ_AUTOMATION_UPLOAD_SYMBOLS-1} +fi MOZ_AUTOMATION_L10N_CHECK=0 . "$topsrcdir/build/mozconfig.common"