Bug 1398656 - Enable form autofill system add-on in release build draft
authorLuke Chang <lchang@mozilla.com>
Mon, 11 Sep 2017 12:11:34 +0800
changeset 662894 63e36355cf0c937bcb8e60f99b5a07f28aad49f3
parent 662738 bda524beac249b64aa36016800502a34073bf35a
child 731006 2723fd45e5dd0b3290b69e5e78942b1a8ad75c96
push id79228
push userbmo:lchang@mozilla.com
push dateTue, 12 Sep 2017 07:35:49 +0000
bugs1398656
milestone57.0a1
Bug 1398656 - Enable form autofill system add-on in release build MozReview-Commit-ID: LaiEub8v05t
browser/extensions/moz.build
--- a/browser/extensions/moz.build
+++ b/browser/extensions/moz.build
@@ -5,37 +5,32 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 DIRS += [
     'activity-stream',
     'aushelper',
     'clicktoplay-rollout',
     'e10srollout',
     'followonsearch',
+    'formautofill',
     'onboarding',
     'pdfjs',
     'pocket',
     'screenshots',
     'shield-recipe-client',
     'webcompat',
 ]
 
 # Only include the following system add-ons if building Aurora or Nightly
 if not CONFIG['RELEASE_OR_BETA']:
     DIRS += [
         'flyweb',
         'presentation',
     ]
 
-# formautofill will be rolled out via balrog in release
-if CONFIG['MOZ_UPDATE_CHANNEL'] != 'release':
-    DIRS += [
-        'formautofill',
-    ]
-
 # Only include the following system add-ons if building DevEdition or Nightly
 if CONFIG['MOZ_DEV_EDITION'] or CONFIG['NIGHTLY_BUILD']:
     DIRS += [
         'webcompat-reporter',
     ]
 
 # Only include mortar system add-ons if we locally enable it
 if CONFIG['MOZ_MORTAR']: