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

Commit a48fb54d authored by Todd Kennedy's avatar Todd Kennedy
Browse files

Exit the loop at the right time

Change-Id: I53f4924ed9b33e466adbfd120f3c5f38e5d617ba
Fixes: 74820396
Test: Manual
parent 7723aed4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10217,7 +10217,7 @@ public class PackageManagerService extends IPackageManager.Stub
        }
        if (changedAbiCodePath != null && changedAbiCodePath.size() > 0) {
            for (int i = changedAbiCodePath.size() - 1; i <= 0; --i) {
            for (int i = changedAbiCodePath.size() - 1; i >= 0; --i) {
                final String codePathString = changedAbiCodePath.get(i);
                try {
                    mInstaller.rmdex(codePathString,