Commit 679e143a authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃 Committed by brizental
Browse files

fixup! Tweaks to the build system

TB 44370: Always create target.maven.zip on Android.
parent e37728a0
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