From e3538223e56ea7964b5501b05dc57efcaa49ee93 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Thu, 30 Jan 2014 13:14:02 -0800 Subject: libnativehelper: Rename persist.sys.dalvik.vm.lib to allow new default Bug: 12798969 Change-Id: I00789d967c8443f0e0a1e5d35edc2cd16a472a64 --- JniInvocation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JniInvocation.cpp b/JniInvocation.cpp index 8c4aaf3..85c420b 100644 --- a/JniInvocation.cpp +++ b/JniInvocation.cpp @@ -59,7 +59,7 @@ void Init_LD_LIBRARY_PATH() { #endif #ifdef HAVE_ANDROID_OS -static const char* kLibrarySystemProperty = "persist.sys.dalvik.vm.lib"; +static const char* kLibrarySystemProperty = "persist.sys.dalvik.vm.lib.1"; #endif static const char* kLibraryFallback = "libdvm.so"; -- cgit v1.2.3