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

Commit 87a12bf5 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

frameworks/native: Rename persist.sys.dalvik.vm.lib to allow new default

Bug: 12798969

(cherry picked from commit 0c05d3ac)

Change-Id: I3db785c3f8a3d242d7a0127ed5bec9ecca67f52c
parent d592f32d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -669,7 +669,7 @@ int dexopt(const char *apk_path, uid_t uid, int is_public)
    ALOGV("dalvik.vm.dexopt_flags=%s\n", dexopt_flags);

    /* The command to run depend ones the value of persist.sys.dalvik.vm.lib */
    property_get("persist.sys.dalvik.vm.lib", persist_sys_dalvik_vm_lib, "libdvm.so");
    property_get("persist.sys.dalvik.vm.lib.1", persist_sys_dalvik_vm_lib, "libdvm.so");

    /* Before anything else: is there a .odex file?  If so, we have
     * precompiled the apk and there is nothing to do here.