Merge "Reconcile secondary dex paths when compiling with adb shell cmd..." into oc-dev
am: d34076385d
Change-Id: I498941457eba58e39d1a57238ed3c7e66cb278e3
This commit is contained in:
@@ -8573,6 +8573,7 @@ public class PackageManagerService extends IPackageManager.Stub {
|
|||||||
@Override
|
@Override
|
||||||
public boolean performDexOptSecondary(String packageName, String compilerFilter,
|
public boolean performDexOptSecondary(String packageName, String compilerFilter,
|
||||||
boolean force) {
|
boolean force) {
|
||||||
|
mDexManager.reconcileSecondaryDexFiles(packageName);
|
||||||
return mDexManager.dexoptSecondaryDex(packageName, compilerFilter, force);
|
return mDexManager.dexoptSecondaryDex(packageName, compilerFilter, force);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user