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

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

update shared libraries for system apps

am: 6058df65

Change-Id: Icb2199835353f9f71c98365c3baced91ecab063c
parents 64962034 6058df65
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -15824,6 +15824,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);