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

Commit cc9dd3d5 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "updater: Bump up the BBOTA version to 4."

am: f204185f

* commit 'f204185f':
  updater: Bump up the BBOTA version to 4.
parents 339ec2ef f204185f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");

    // First line in transfer list is the version number
    if (!android::base::ParseInt(lines[0].c_str(), &params.version, 1, 3)) {
    if (!android::base::ParseInt(lines[0].c_str(), &params.version, 1, 4)) {
        fprintf(stderr, "unexpected transfer list version [%s]\n", lines[0].c_str());
        return StringValue(strdup(""));
    }