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

Commit 63b0cea9 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

am: e4adf5e6

Change-Id: Ibf7a521a0bc8a3f3a52fcf295e1bed79a12be661
parents f0dcf065 e4adf5e6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -15890,6 +15890,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);