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

Commit 9241b7c6 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Merge "installd: Invert the default for dexopt-on-cache" into cm-11.0

parents 13f09bb5 d018d2ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -561,7 +561,7 @@ int create_cache_path(char path[PKG_PATH_MAX], const char *src)

    const char *cache_path = DALVIK_CACHE_PREFIX;
    if (!strncmp(src, "/system", 7)) {
        property_get("dalvik.vm.dexopt-data-only", dexopt_data_only, "");
        property_get("dalvik.vm.dexopt-data-only", dexopt_data_only, "1");
        if (strcmp(dexopt_data_only, "1") != 0) {
            cache_path = DALVIK_SYSTEM_CACHE_PREFIX;
        }