mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
Bug 1883564 - Add support for mobile/ios in gen_last_modified.py. r=leplatrem
Differential Revision: https://phabricator.services.mozilla.com/D203552
This commit is contained in:
parent
6d220051eb
commit
99464e14c6
@ -52,6 +52,7 @@ def main(output):
|
||||
assert buildconfig.substs["MOZ_BUILD_APP"] in (
|
||||
"browser",
|
||||
"mobile/android",
|
||||
"mobile/ios",
|
||||
"comm/mail",
|
||||
"comm/suite",
|
||||
), (
|
||||
@ -64,6 +65,8 @@ def main(output):
|
||||
dumps_locations += ["services/settings/dumps/"]
|
||||
elif buildconfig.substs["MOZ_BUILD_APP"] == "mobile/android":
|
||||
dumps_locations += ["services/settings/dumps/"]
|
||||
elif buildconfig.substs["MOZ_BUILD_APP"] == "mobile/ios":
|
||||
dumps_locations += ["services/settings/dumps/"]
|
||||
elif buildconfig.substs["MOZ_BUILD_APP"] == "comm/mail":
|
||||
dumps_locations += ["services/settings/dumps/"]
|
||||
dumps_locations += ["comm/mail/app/settings/dumps/"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user