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

This commit is contained in:
Calin Juravle
2017-04-07 00:24:21 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}