Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Add -Werr to apksigner verify when Autograph supports it #290

Description

@severinrudie

Vision statement / What / Requirements

tools/sign_release.sh currently runs apksigner, but does not crash on warnings. This is because Autograph uses apksigner v1 instead of v2, meaning that it does not sign files found in META-INF. These files cannot be cleaned up, as many are important to AndroidX.

Once Autograph has updated to using apksigner v2, we should add the -Werr (crash on warning) option back to our call to apksigner verify.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions