blob: a86ab37d642a5718ea0330edca596254a11a4593 [file] [log] [blame]
package com.android.compatibility.common.util;
public enum RetryChecksumStatus {
NotRetry,
RetryWithChecksum,
RetryWithoutChecksum
}