From f6e7608c597e6cf38f6b4bd62e47033f6c36e7fb Mon Sep 17 00:00:00 2001 From: ownedbywuigi Date: Sat, 11 Apr 2026 09:55:29 +0100 Subject: [PATCH] Re-add mobile to mach_bootstrap whatever uahudhufhur --- build/mach_bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build/mach_bootstrap.py b/build/mach_bootstrap.py index 9ff3ff89af..18ef12e27b 100644 --- a/build/mach_bootstrap.py +++ b/build/mach_bootstrap.py @@ -123,6 +123,7 @@ MACH_MODULES = [ 'tools/lint/mach_commands.py', 'tools/mach_commands.py', 'tools/power/mach_commands.py', + 'mobile/android/mach_commands.py', ] if os.path.exists('addon-sdk/mach_commands.py'):