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

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

update shared libraries for system apps

am: 85a91def

Change-Id: If4054abdcf13d85e2fb4f4b9086aefdf92904724
parents f2877806 85a91def
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -15933,6 +15933,12 @@ public class PackageManagerService extends IPackageManager.Stub {
                    + e.getMessage());
            return false;
        }
        try {
            // update shared libraries for the newly re-installed system package
            updateSharedLibrariesLPw(newPkg, null);
        } catch (PackageManagerException e) {
            Slog.e(TAG, "updateAllSharedLibrariesLPw failed: " + e.getMessage());
        }
        prepareAppDataAfterInstallLIF(newPkg);