am bac309ca: Merge "RRO: idmap: fix sorting of overlays.list"
* commit 'bac309ca8f4ecd1a835aa36f4be2a1fa45577eab': RRO: idmap: fix sorting of overlays.list
This commit is contained in:
@@ -25,8 +25,7 @@ namespace {
|
|||||||
|
|
||||||
bool operator<(Overlay const& rhs) const
|
bool operator<(Overlay const& rhs) const
|
||||||
{
|
{
|
||||||
// Note: order is reversed by design
|
return rhs.priority > priority;
|
||||||
return rhs.priority < priority;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
String8 apk_path;
|
String8 apk_path;
|
||||||
|
|||||||
Reference in New Issue
Block a user