fix l10n patch

This commit is contained in:
Bert van der Weerd 2022-06-10 14:34:04 +02:00
parent 350fba377c
commit f52a636d2d
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -1,5 +1,5 @@
diff --git a/python/mozbuild/mozbuild/mach_commands.py b/python/mozbuild/mozbuild/mach_commands.py
index 10d7a8f..0ce2ee3 100644
index 10d7a8f..610a4fa 100644
--- a/python/mozbuild/mozbuild/mach_commands.py
+++ b/python/mozbuild/mozbuild/mach_commands.py
@@ -2457,6 +2457,7 @@ def package_l10n(command_context, verbose=False, locales=[]):
@ -10,3 +10,19 @@ index 10d7a8f..0ce2ee3 100644
mozpath.join(command_context.topsrcdir, "mach"),
"build",
"chrome-{}".format(locale),
@@ -2476,6 +2477,7 @@ def package_l10n(command_context, verbose=False, locales=[]):
)
command_context.run_process(
[
+ "python3",
mozpath.join(command_context.topsrcdir, "mach"),
"android",
"assemble-app",
@@ -2525,6 +2527,7 @@ def package_l10n(command_context, verbose=False, locales=[]):
)
command_context.run_process(
[
+ "python3",
mozpath.join(command_context.topsrcdir, "mach"),
"android",
"archive-geckoview",