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