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

Commit ac6680fb authored by ctso's avatar ctso
Browse files

Fix typo

Change-Id: I51440cc41ae5c5ac4dede7ec7bf0b417c9562cd5
parent 6678bba7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -420,7 +420,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, "");
        if (!strcmp(dexopt_data_only, "1")) {
            cache_path = DALVIK_SYSTEM_CACHE_PREFIX;
        }