Verified Commit a4067c6f authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! Tweaks to the build system

TB 44370: Always create target.maven.zip on Android.
parent 983c6bcc
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -197,7 +197,6 @@ def android_archive_geckoview(command_context, args):

    if ret != 0:
        return ret
    if "MOZ_AUTOMATION" in os.environ:
    create_maven_archive(command_context.topobjdir)

    return 0