Switch to production constant for v2 signing scheme ID.
Bug: 25794543 Change-Id: I0e06f31ea3117c6865d18f853f99304964b323b4
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user