Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 969e354b authored by Alex Klyubin's avatar Alex Klyubin
Browse files

"SignApk" in Created-By header

The switch to apksig changed the Created-By header value in .SF file
from "1.0 (Android SignApk)" to "1.0 (Android apksigner)". This commit
reverts the value back to "1.0 (Android SignApk)".

Change-Id: I2fc462cade40a5b31bb6191996fd6f18fabbf08f
parent 0c9a2ee8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1010,6 +1010,7 @@ class SignApk {
                                .setV1SigningEnabled(true)
                                .setV2SigningEnabled(signUsingApkSignatureSchemeV2)
                                .setOtherSignersSignaturesPreserved(false)
                                .setCreatedBy("1.0 (Android SignApk)")
                                .build()) {
                    // We don't preserve the input APK's APK Signing Block (which contains v2
                    // signatures)