am 3038046b
: Merge "frameworks/base: Rename persist.sys.dalvik.vm.lib to allow new default"
* commit '3038046b23540ccf4ca80f181386a77cf64d5e27': frameworks/base: Rename persist.sys.dalvik.vm.lib to allow new default
This commit is contained in:
@ -1046,7 +1046,7 @@ public final class ProcessStats implements Parcelable {
|
|||||||
|
|
||||||
public boolean evaluateSystemProperties(boolean update) {
|
public boolean evaluateSystemProperties(boolean update) {
|
||||||
boolean changed = false;
|
boolean changed = false;
|
||||||
String runtime = SystemProperties.get("persist.sys.dalvik.vm.lib",
|
String runtime = SystemProperties.get("persist.sys.dalvik.vm.lib.1",
|
||||||
VMRuntime.getRuntime().vmLibrary());
|
VMRuntime.getRuntime().vmLibrary());
|
||||||
if (!Objects.equals(runtime, mRuntime)) {
|
if (!Objects.equals(runtime, mRuntime)) {
|
||||||
changed = true;
|
changed = true;
|
||||||
|
@ -1133,7 +1133,7 @@ public class SystemServer {
|
|||||||
* running as root and we need to be the system user to set
|
* running as root and we need to be the system user to set
|
||||||
* the property. http://b/11463182
|
* the property. http://b/11463182
|
||||||
*/
|
*/
|
||||||
SystemProperties.set("persist.sys.dalvik.vm.lib",
|
SystemProperties.set("persist.sys.dalvik.vm.lib.1",
|
||||||
VMRuntime.getRuntime().vmLibrary());
|
VMRuntime.getRuntime().vmLibrary());
|
||||||
|
|
||||||
if (System.currentTimeMillis() < EARLIEST_SUPPORTED_TIME) {
|
if (System.currentTimeMillis() < EARLIEST_SUPPORTED_TIME) {
|
||||||
|
Reference in New Issue
Block a user