fixup! recovery: Disable downgrade and signature checks
This commit is contained in:
parent
9002606988
commit
86c4471e76
1 changed files with 2 additions and 2 deletions
|
@ -202,10 +202,10 @@ static bool CheckAbSpecificMetadata(const std::map<std::string, std::string>& me
|
|||
<< build_tag;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
return true;
|
||||
}*/
|
||||
}
|
||||
|
||||
bool CheckPackageMetadata(const std::map<std::string, std::string>& metadata, OtaType ota_type) {
|
||||
auto package_ota_type = get_value(metadata, "ota-type");
|
||||
|
|
Loading…
Reference in a new issue