Loading cmds/idmap/scan.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
cmds/idmap/scan.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading