update shared libraries for system apps

am: 85a91def5c

Change-Id: If4054abdcf13d85e2fb4f4b9086aefdf92904724
This commit is contained in:
Todd Kennedy
2016-08-30 01:48:46 +00:00
committed by android-build-merger

View File

@@ -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);