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

Commit a0f2ec45 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

am: b9af84ca

Change-Id: Ib9b12c8e7f2f832e28f19302278ed2685918a51e
parents f781a3e5 b9af84ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10245,7 +10245,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,