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

Bug: 12798969
Change-Id: I6b40317eceb3d89b0acff88238a9a9ab423c4d78
This commit is contained in:
Brian Carlstrom 2014-01-30 13:14:01 -08:00
parent f5bcb391c5
commit 0c05d3aca6
1 changed files with 1 additions and 1 deletions

View File

@ -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.