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

Commit a030c550 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..."...

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

Change-Id: I24607ab97be3acbb06cac8f2c78416ae092865eb
parents 7502ddd8 e5fffd4b
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);
    }