From 856bc78efcda3d1584ba7d6f8f4b041d5f640de0 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Wed, 28 May 2014 14:31:47 -0700 Subject: [PATCH] Move to dalvik.vm.lib.2 to force default to libart Bug: 14298175 (cherry picked from commit c4ac3124ffb51f13bb4206e9f8452a3712eb09cb) Change-Id: I97cc3ff7a269e671b315afa8673dae43d1f86bf1 --- cmds/installd/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/installd/commands.c b/cmds/installd/commands.c index 70510a525..886fd3bcf 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.