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

Commit d595c79c authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Fix the simulator.

parent fe11ea5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1918,7 +1918,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 {