fixup! recovery: Disable downgrade and signature checks

This commit is contained in:
zlewchan 2024-09-08 23:21:31 +02:00
parent 9002606988
commit 86c4471e76

View file

@ -202,10 +202,10 @@ static bool CheckAbSpecificMetadata(const std::map<std::string, std::string>& me
<< build_tag; << build_tag;
return false; return false;
} }
} }*/
return true; return true;
}*/ }
bool CheckPackageMetadata(const std::map<std::string, std::string>& metadata, OtaType ota_type) { bool CheckPackageMetadata(const std::map<std::string, std::string>& metadata, OtaType ota_type) {
auto package_ota_type = get_value(metadata, "ota-type"); auto package_ota_type = get_value(metadata, "ota-type");