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

Commit b9af84ca authored by Todd Kennedy's avatar Todd Kennedy Committed by android-build-merger
Browse files

Merge "Exit the loop at the right time" into pi-dev

am: 6d24a1c8

Change-Id: Idbf0953a3fb4dd38640009a0b213dace99a282c5
parents b45bc522 6d24a1c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10238,7 +10238,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,