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

Commit 4fa94da3 authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

Add an accidentally removed call to update libs

Disabled system package may define a lib which its
update does not. When the update is uninstalled we
need to upate the libs so ppl can use the lib in
the now restored sys package.

Change-Id: I22e6aafde86838fa76aa74eda8dfe2c528f998aa
parent 0078315a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -17704,6 +17704,13 @@ public class PackageManagerService extends IPackageManager.Stub {
            return false;
        }
        try {
            // update shared libraries for the newly re-installed system package
            updateSharedLibrariesLPr(newPkg, null);
        } catch (PackageManagerException e) {
            Slog.e(TAG, "updateAllSharedLibrariesLPw failed: " + e.getMessage());
        }
        prepareAppDataAfterInstallLIF(newPkg);
        // writer