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

Commit 4753ff44 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am 7e8cbfc2: Merge change 6143 into donut

Merge commit '7e8cbfc2'

* commit '7e8cbfc2':
  Fix the simulator.
parents 80f4913d 7e8cbfc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1921,7 +1921,7 @@ class PackageManagerService extends IPackageManager.Stub {
    
    private int performDexOptLI(PackageParser.Package pkg, boolean forceDex) {
        boolean performed = false;
        if ((pkg.applicationInfo.flags&ApplicationInfo.FLAG_HAS_CODE) != 0) {
        if ((pkg.applicationInfo.flags&ApplicationInfo.FLAG_HAS_CODE) != 0 && mInstaller != null) {
            String path = pkg.mScanPath;
            int ret = 0;
            try {