Bug 1075055 - Inform mozinfo about the MOZ_TELEMETRY_REPORTING build configuration. r=ted

--HG--
extra : rebase_source : 69f39a94d1284aaa087993cd65aa030f40e9ff92
This commit is contained in:
Alessio Placitelli 2015-02-19 22:20:00 -08:00
parent 67295d985a
commit 0a6d929ae7

View File

@ -83,6 +83,7 @@ def build_dict(config, env=os.environ):
d['healthreport'] = substs.get('MOZ_SERVICES_HEALTHREPORT') == '1'
d['asan'] = substs.get('MOZ_ASAN') == '1'
d['tsan'] = substs.get('MOZ_TSAN') == '1'
d['telemetry'] = substs.get('MOZ_TELEMETRY_REPORTING') == '1'
d['tests_enabled'] = substs.get('ENABLE_TESTS') == "1"
d['bin_suffix'] = substs.get('BIN_SUFFIX', '')