summaryrefslogtreecommitdiff
path: root/build/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'build/moz.build')
-rw-r--r--build/moz.build8
1 files changed, 1 insertions, 7 deletions
diff --git a/build/moz.build b/build/moz.build
index 4d205f93a2..27f681369d 100644
--- a/build/moz.build
+++ b/build/moz.build
@@ -3,9 +3,6 @@
# 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/.
-with Files('**'):
- BUG_COMPONENT = ('Core', 'Build Config')
-
# This cannot be named "build" because of bug 922191.
SPHINX_TREES['buildsystem'] = 'docs'
@@ -14,9 +11,6 @@ if CONFIG['OS_ARCH'] == 'WINNT':
else:
DIRS += ['unix']
-if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
- DIRS += ['annotationProcessors']
-
for var in ('GRE_MILESTONE',
'MOZ_APP_VERSION',
'MOZ_APP_BASENAME',
@@ -70,7 +64,7 @@ if CONFIG['MOZ_ASAN'] and CONFIG['CLANG_CL']:
if CONFIG['MOZ_APP_BASENAME']:
FINAL_TARGET_PP_FILES += ['application.ini']
- if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android' and CONFIG['MOZ_UPDATER']:
+ if CONFIG['MOZ_UPDATER']:
FINAL_TARGET_PP_FILES += ['update-settings.ini']
if CONFIG['MOZ_APP_STATIC_INI']: