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

Commit e5fffd4b authored by Calin Juravle's avatar Calin Juravle Committed by android-build-merger
Browse files

Merge "Reconcile secondary dex paths when compiling with adb shell cmd..." into oc-dev

am: d3407638

Change-Id: I498941457eba58e39d1a57238ed3c7e66cb278e3
parents e5b210fc d3407638
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8573,6 +8573,7 @@ public class PackageManagerService extends IPackageManager.Stub {
    @Override
    public boolean performDexOptSecondary(String packageName, String compilerFilter,
            boolean force) {
        mDexManager.reconcileSecondaryDexFiles(packageName);
        return mDexManager.dexoptSecondaryDex(packageName, compilerFilter, force);
    }