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

Commit ef16050a authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Merge "Use seInfo to label secondary dex files"

am: c5797b07

Change-Id: I549bf3c611b0ae85b085b22470fb66ac56af2cbe
parents ce0e5511 c5797b07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@ public class PackageDexOptimizer {
                // TODO(calin): maybe add a separate call.
                mInstaller.dexopt(path, info.uid, info.packageName, isa, /*dexoptNeeded*/ 0,
                        /*oatDir*/ null, dexoptFlags,
                        compilerFilter, info.volumeUuid, classLoaderContext, info.seInfoUser,
                        compilerFilter, info.volumeUuid, classLoaderContext, info.seInfo,
                        options.isDowngrade(), info.targetSdkVersion, /*profileName*/ null,
                        /*dexMetadataPath*/ null, getReasonName(reason));
            }