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

Commit 5a3cfb60 authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Android (Google) Code Review
Browse files

Merge "Add all shared info libraries in first pass" into udc-dev

parents 2c50b9f7 c1267a3b
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@ final class ReconcilePackageUtils {

        for (InstallRequest installRequest :  installRequests) {
            installRequest.onReconcileStarted();
            final String installPackageName = installRequest.getParsedPackage().getPackageName();

            // add / replace existing with incoming packages
            combinedPackages.put(installRequest.getScannedPackageSetting().getPackageName(),
@@ -89,7 +88,12 @@ final class ReconcilePackageUtils {
                    }
                }
            }
        }

        for (InstallRequest installRequest : installRequests) {
            final String installPackageName = installRequest.getParsedPackage().getPackageName();
            final List<SharedLibraryInfo> allowedSharedLibInfos =
                    sharedLibraries.getAllowedSharedLibInfos(installRequest);

            final DeletePackageAction deletePackageAction;
            // we only want to try to delete for non system apps