summaryrefslogtreecommitdiffstats
path: root/services/core/java
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-01-31 12:57:24 +0000
committerNarayan Kamath <narayan@google.com>2014-01-31 12:57:24 +0000
commitdfd1aa4331b8ab452d7baf4fdf8cf0cd36c67ddd (patch)
tree45dfe497ada812655fd55230dc7c8f65abfdc868 /services/core/java
parent5cdbac1e44aa85ccfedd19eb1a7376fe84b1ca72 (diff)
parent2cd0563cb8345747d3705d4f339a0800998767fe (diff)
downloadframeworks_base-dfd1aa4331b8ab452d7baf4fdf8cf0cd36c67ddd.zip
frameworks_base-dfd1aa4331b8ab452d7baf4fdf8cf0cd36c67ddd.tar.gz
frameworks_base-dfd1aa4331b8ab452d7baf4fdf8cf0cd36c67ddd.tar.bz2
resolved conflicts for merge of 2cd0563c to klp-modular-dev-plus-aosp
Change-Id: Ia28df1c1aa084959ed9289bfe90e7f6a4bffb8a2
Diffstat (limited to 'services/core/java')
-rw-r--r--services/core/java/com/android/server/SystemServer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/SystemServer.java b/services/core/java/com/android/server/SystemServer.java
index 6a76388..c22170c 100644
--- a/services/core/java/com/android/server/SystemServer.java
+++ b/services/core/java/com/android/server/SystemServer.java
@@ -165,7 +165,7 @@ public final class SystemServer {
// had to fallback to a different runtime because it is
// running as root and we need to be the system user to set
// the property. http://b/11463182
- SystemProperties.set("persist.sys.dalvik.vm.lib", VMRuntime.getRuntime().vmLibrary());
+ SystemProperties.set("persist.sys.dalvik.vm.lib.1", VMRuntime.getRuntime().vmLibrary());
// Enable the sampling profiler.
if (SamplingProfilerIntegration.isEnabled()) {