Pier Angelo Vendrame pushed to branch mullvad-browser-145.0a1-16.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

1 changed file:

Changes:

  • mobile/android/mach_commands.py
    ... ... @@ -197,8 +197,7 @@ def android_archive_geckoview(command_context, args):
    197 197
     
    
    198 198
         if ret != 0:
    
    199 199
             return ret
    
    200
    -    if "MOZ_AUTOMATION" in os.environ:
    
    201
    -        create_maven_archive(command_context.topobjdir)
    
    200
    +    create_maven_archive(command_context.topobjdir)
    
    202 201
     
    
    203 202
         return 0
    
    204 203