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

Commit 9af5b1b0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "remove redundant symbols" am: 5d97c760 am: a0876138 am: 3899552d...

Merge "remove redundant symbols" am: 5d97c760 am: a0876138 am: 3899552d am: 473abb24 am: 1edf798d

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/2624369



Change-Id: I15418abf9978ad855d41040afb35ec05a4f605ce
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents cba06924 1edf798d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ product_strategy_t ProductStrategyMap::getProductStrategyForAttributes(
            return iter.second->getId();
        }
        if (score > matchScore) {
            bestStrategyOrdefault = iter.second->getId();;
            bestStrategyOrdefault = iter.second->getId();
            matchScore = score;
        }
    }