summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-05-28 14:31:47 -0700
committerBrian Carlstrom <bdc@google.com>2014-05-28 14:31:47 -0700
commitc4ac3124ffb51f13bb4206e9f8452a3712eb09cb (patch)
treee8cace4231f6a4ab51e179b7dfbb927dbce49381
parent203fe88ed8a47a370d07d69d14db2fb58f5a26ee (diff)
downloadframeworks_native-c4ac3124ffb51f13bb4206e9f8452a3712eb09cb.zip
frameworks_native-c4ac3124ffb51f13bb4206e9f8452a3712eb09cb.tar.gz
frameworks_native-c4ac3124ffb51f13bb4206e9f8452a3712eb09cb.tar.bz2
Move to dalvik.vm.lib.2 to force default to libart
Bug: 14298175 Change-Id: Id3892a32848fb22fbf4c2861218b51f68e830b34
-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 70510a5..886fd3b 100644
--- a/cmds/installd/commands.c
+++ b/cmds/installd/commands.c
@@ -692,7 +692,7 @@ int dexopt(const char *apk_path, uid_t uid, int is_public,
}
/* The command to run depend on the value of persist.sys.dalvik.vm.lib */
- property_get("persist.sys.dalvik.vm.lib.1", persist_sys_dalvik_vm_lib, "libdvm.so");
+ property_get("persist.sys.dalvik.vm.lib.2", persist_sys_dalvik_vm_lib, "libart.so");
/* Before anything else: is there a .odex file? If so, we have
* precompiled the apk and there is nothing to do here.