summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-01-30 13:14:01 -0800
committerBrian Carlstrom <bdc@google.com>2014-01-30 16:27:52 -0800
commit87a12bf53b3411ad61fdbf7ca5f86e90c38fc722 (patch)
treeea45dcc5c2ff3f9f92571dfbaea80cada4bfb2f4 /cmds
parentd592f32df91a857a6649699281f497586e478840 (diff)
downloadframeworks_native-87a12bf53b3411ad61fdbf7ca5f86e90c38fc722.zip
frameworks_native-87a12bf53b3411ad61fdbf7ca5f86e90c38fc722.tar.gz
frameworks_native-87a12bf53b3411ad61fdbf7ca5f86e90c38fc722.tar.bz2
frameworks/native: Rename persist.sys.dalvik.vm.lib to allow new default
Bug: 12798969 (cherry picked from commit 0c05d3aca6d63625513d5f42706e81c2d7834fd9) Change-Id: I3db785c3f8a3d242d7a0127ed5bec9ecca67f52c
Diffstat (limited to 'cmds')
-rw-r--r--cmds/installd/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/commands.c b/cmds/installd/commands.c
index e9d6b15..6fed798 100644
--- a/cmds/installd/commands.c
+++ b/cmds/installd/commands.c
@@ -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.