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

Commit aa0628ec authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge \\"Fix clang-tidy performance warnings in fs_mgr.\\" am: 44c909d4

am: be25035d

Change-Id: I28d4715c53f0320ebe6052f7ee269082b04a8da2
parents 86aeb5ff be25035d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -858,7 +858,7 @@ static void update_verity_table_blk_device(char *blk_device, char **table)
    std::string result, word;
    auto tokens = android::base::Split(*table, " ");

    for (const auto token : tokens) {
    for (const auto& token : tokens) {
        if (android::base::StartsWith(token, "/dev/block/") &&
            android::base::StartsWith(blk_device, token.c_str())) {
            word = blk_device;