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

Commit 355f8e70 authored by Alex Kershaw's avatar Alex Kershaw Committed by android-build-merger
Browse files

Merge "Add a mapping for kDownloadMetadataSignatureMismatch." into qt-dev

am: 4292c260

Change-Id: I33a3adb4eafb1403a8f0589983fab74afcbc2201
parents af200cc0 4292c260
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -85,6 +85,10 @@ class AbUpdateInstaller extends UpdateInstaller {
        map.put(
                UpdateEngine.ErrorCodeConstants.PAYLOAD_HASH_MISMATCH_ERROR,
                InstallSystemUpdateCallback.UPDATE_ERROR_UPDATE_FILE_INVALID);
        // TODO(b/133396459): replace with a constant.
        map.put(
                26 /* kDownloadMetadataSignatureMismatch */,
                InstallSystemUpdateCallback.UPDATE_ERROR_UPDATE_FILE_INVALID);

        // Error constants corresponding to errors related to devices bad state.
        map.put(