Bug 1344060 - Only build the SHIELD system add-on on Nightly and Aurora. draft
authorMichael Kelly <mkelly@mozilla.com>
Thu, 02 Mar 2017 15:41:14 -0800
changeset 492256 31838eae112f9398bdf3f3479594dae7b6336329
parent 492168 c54c652af04c5a918610bc3d419250177a68b9f7
child 547696 d637a3755eafa3cba1f35f7d935305ca0c78e60a
push id47578
push userbmo:mkelly@mozilla.com
push dateThu, 02 Mar 2017 23:45:22 +0000
bugs1344060
milestone54.0a1
Bug 1344060 - Only build the SHIELD system add-on on Nightly and Aurora. MozReview-Commit-ID: EzYdeFlwArw
browser/extensions/moz.build
--- a/browser/extensions/moz.build
+++ b/browser/extensions/moz.build
@@ -5,25 +5,25 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 DIRS += [
     'aushelper',
     'e10srollout',
     'pdfjs',
     'pocket',
     'webcompat',
-    'shield-recipe-client',
 ]
 
 # Only include the following system add-ons if building Aurora or Nightly
 if not CONFIG['RELEASE_OR_BETA']:
     DIRS += [
         'flyweb',
         'formautofill',
         'presentation',
+        'shield-recipe-client',
     ]
 
 # Only include mortar system add-ons if we locally enable it
 if CONFIG['MOZ_MORTAR']:
     DIRS += [
         'mortar',
     ]