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

Commit 4060eeac 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: I2b0159d1c712b8c95cad609664785da9c6b429db
parents 8fd3c260 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(