Move to dalvik.vm.lib.2 to force default to libart

Bug: 14298175

(cherry picked from commit c4ac3124ff)

Change-Id: I97cc3ff7a269e671b315afa8673dae43d1f86bf1
This commit is contained in:
Brian Carlstrom 2014-05-28 14:31:47 -07:00
parent dc2736219f
commit 856bc78efc
1 changed files with 1 additions and 1 deletions

View File

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