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

Commit ecb153f3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Don't create cache when doing Apex PreRebootVerification" into rvc-dev...

Merge "Don't create cache when doing Apex PreRebootVerification" into rvc-dev am: d2bd6bae am: f5e21bc3

Change-Id: I5df1103ba2c1dadb663a865ec44439d8d5d31827
parents 5ee0f585 f5e21bc3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3581,7 +3581,8 @@ public class PackageManagerService extends IPackageManager.Stub
            // Prepare a supplier of package parser for the staging manager to parse apex file
            // during the staging installation.
            final Supplier<PackageParser2> apexParserSupplier = () -> new PackageParser2(
                    mSeparateProcesses, mOnlyCore, mMetrics, mCacheDir, mPackageParserCallback);
                    mSeparateProcesses, mOnlyCore, mMetrics, null /* cacheDir */,
                    mPackageParserCallback);
            mInstallerService = new PackageInstallerService(mContext, this, apexParserSupplier);
            final Pair<ComponentName, String> instantAppResolverComponent =
                    getInstantAppResolverLPr();