am ebff73c3: Bug fix for SensorFusion data rate.

* commit 'ebff73c37d5f1581702430f4a0348c160b99b57e':
  Bug fix for SensorFusion data rate.
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 @@
     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.