summaryrefslogtreecommitdiff
path: root/cmds/app_process/app_main.cpp
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2016-04-21 16:18:24 -0700
committerDimitry Ivanov <dimitry@google.com>2016-04-27 10:22:09 -0700
commit6a850b3f11cff546c962fc87ffc961a267973cd4 (patch)
tree7943a053c88cfad0abb7608becd22715367cc1b5 /cmds/app_process/app_main.cpp
parenteb5866d4b05b6c000385be4a536544e27ca13335 (diff)
zygote: Remove NativeLoader initialization step
This now done by art Runtime::Start() Bug: http://b/28320913 Change-Id: Icf9b11954b732c9f953e02bba9ae52eb91117457
Diffstat (limited to 'cmds/app_process/app_main.cpp')
-rw-r--r--cmds/app_process/app_main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmds/app_process/app_main.cpp b/cmds/app_process/app_main.cpp
index 7590325982f5..2e023825a219 100644
--- a/cmds/app_process/app_main.cpp
+++ b/cmds/app_process/app_main.cpp
@@ -21,7 +21,6 @@
#include <cutils/properties.h>
#include <cutils/trace.h>
#include <android_runtime/AndroidRuntime.h>
-#include <nativeloader/native_loader.h>
#include <private/android_filesystem_config.h> // for AID_SYSTEM
namespace android {
@@ -305,7 +304,6 @@ int main(int argc, char* const argv[])
}
if (zygote) {
- InitializeNativeLoader();
runtime.start("com.android.internal.os.ZygoteInit", args, zygote);
} else if (className) {
runtime.start("com.android.internal.os.RuntimeInit", args, zygote);