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

Commit 8d8c3de3 authored by Alex Klyubin's avatar Alex Klyubin
Browse files

Switch to production constant for v2 signing scheme ID.

Bug: 25794543

(cherry picked from commit 97dd58a0)

Change-Id: Iefb8eec4e512115bc6a0f5126249e8b2c8b66ddb
parent d2f35846
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -85,8 +85,7 @@ public abstract class ApkSignerV2 {
     * <p>The attribute contains a comma-separated set of signature scheme IDs.
     * <p>The attribute contains a comma-separated set of signature scheme IDs.
     */
     */
    public static final String SF_ATTRIBUTE_ANDROID_APK_SIGNED_NAME = "X-Android-APK-Signed";
    public static final String SF_ATTRIBUTE_ANDROID_APK_SIGNED_NAME = "X-Android-APK-Signed";
    // TODO: Adjust the value when signing scheme finalized.
    public static final String SF_ATTRIBUTE_ANDROID_APK_SIGNED_VALUE = "2";
    public static final String SF_ATTRIBUTE_ANDROID_APK_SIGNED_VALUE = "1234567890";


    private static final int CONTENT_DIGEST_CHUNKED_SHA256 = 0;
    private static final int CONTENT_DIGEST_CHUNKED_SHA256 = 0;
    private static final int CONTENT_DIGEST_CHUNKED_SHA512 = 1;
    private static final int CONTENT_DIGEST_CHUNKED_SHA512 = 1;