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

Commit 13dcd27f authored by Calin Juravle's avatar Calin Juravle
Browse files

Reconcile secondary dex paths when compiling with adb shell cmd...

Test: running `adb shell cmd package compile -r bg-dexopt -f  --secondary-dex com.google.android.gms` prints no error for missing dex files.

Bug: 36895499
Change-Id: Ibde3d47121dcb2c252fe29772d8db81ea599b2d0
parent 0ff1b458
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8576,6 +8576,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);
    }