gecko-dev/mobile/android/extensions/moz.build
Mike Hommey 5f5c4c0bc0 Bug 1331858 - Avoid bug 1289974 breaking the build when it reaches beta/release. r=mshal
While here, fix abuses of GRE_MILESTONE in moz.build and use
RELEASE_OR_BETA instead.

--HG--
extra : rebase_source : 2a8c6501b0fe3bb603a65d52dda13c609a75b033
2017-01-18 14:47:08 +09:00

12 lines
435 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Only include the following system add-ons if building Aurora or Nightly
if not CONFIG['RELEASE_OR_BETA']:
DIRS += [
'flyweb',
]