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

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

update shared libraries for system apps am: 6058df65

am: 9815fd3b

Change-Id: I5e90f56f97fca569bc740f57e750a8c196cbfd78
parents 42bceb7c 9815fd3b
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);