am c4ac3124
: Move to dalvik.vm.lib.2 to force default to libart
* commit 'c4ac3124ffb51f13bb4206e9f8452a3712eb09cb': Move to dalvik.vm.lib.2 to force default to libart
This commit is contained in:
commit
96d34ff2c3
@ -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 */
|
/* 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
|
/* Before anything else: is there a .odex file? If so, we have
|
||||||
* precompiled the apk and there is nothing to do here.
|
* precompiled the apk and there is nothing to do here.
|
||||||
|
Loading…
Reference in New Issue
Block a user