Merge "updater: Bump up the BBOTA version to 4."
am: f204185f71
* commit 'f204185f7138687769f95c28fe22fa88143bc004':
updater: Bump up the BBOTA version to 4.
This commit is contained in:
@@ -1374,7 +1374,7 @@ static Value* PerformBlockImageUpdate(const char* name, State* state, int /* arg
|
|||||||
std::vector<std::string> lines = android::base::Split(transfer_list, "\n");
|
std::vector<std::string> lines = android::base::Split(transfer_list, "\n");
|
||||||
|
|
||||||
// First line in transfer list is the version number
|
// First line in transfer list is the version number
|
||||||
if (!android::base::ParseInt(lines[0].c_str(), ¶ms.version, 1, 3)) {
|
if (!android::base::ParseInt(lines[0].c_str(), ¶ms.version, 1, 4)) {
|
||||||
fprintf(stderr, "unexpected transfer list version [%s]\n", lines[0].c_str());
|
fprintf(stderr, "unexpected transfer list version [%s]\n", lines[0].c_str());
|
||||||
return StringValue(strdup(""));
|
return StringValue(strdup(""));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user