summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-03-31 16:44:54 +0100
committerNarayan Kamath <narayan@google.com>2014-04-01 16:43:02 +0100
commit8b2c8b9642d5fe037f93ab0cb6a5065e2a192e40 (patch)
tree7c831f43cff569af934ca013447b7cfc5716fef9 /runtime/runtime.cc
parent7414375acad6170606903013d331f653173c299f (diff)
downloadart-8b2c8b9642d5fe037f93ab0cb6a5065e2a192e40.zip
art-8b2c8b9642d5fe037f93ab0cb6a5065e2a192e40.tar.gz
art-8b2c8b9642d5fe037f93ab0cb6a5065e2a192e40.tar.bz2
Move most zygote related code to frameworks/base.
Avoids code duplication across art/dalvik. Also, most of this code is not directly related to the runtime (mounting external storage, multi user etc.) and therefore belongs in the frameworks. Change-Id: Icf4723dd0ec4521ef6b1f785c99d50aebca7779a
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r--runtime/runtime.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index a8da2f8..391d30e 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -702,7 +702,7 @@ void Runtime::RegisterRuntimeNativeMethods(JNIEnv* env) {
REGISTER(register_dalvik_system_VMDebug);
REGISTER(register_dalvik_system_VMRuntime);
REGISTER(register_dalvik_system_VMStack);
- REGISTER(register_dalvik_system_Zygote);
+ REGISTER(register_dalvik_system_ZygoteHooks);
REGISTER(register_java_lang_Class);
REGISTER(register_java_lang_DexCache);
REGISTER(register_java_lang_Object);