diff --git a/install/install.cpp b/install/install.cpp index c0151ca4..14eae2f5 100644 --- a/install/install.cpp +++ b/install/install.cpp @@ -202,10 +202,10 @@ static bool CheckAbSpecificMetadata(const std::map& me << build_tag; return false; } - } + }*/ return true; -}*/ +} bool CheckPackageMetadata(const std::map& metadata, OtaType ota_type) { auto package_ota_type = get_value(metadata, "ota-type");