summaryrefslogtreecommitdiff
path: root/cmds/app_process/app_main.cpp
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2016-03-16 14:15:11 -0700
committerDimitry Ivanov <dimitry@google.com>2016-03-17 11:16:32 -0700
commitefab1544d09e19a2f6690c7c3715acf5e6ba635d (patch)
tree5a7d357f55bec94ed80d40e5339cd12c24480c2f /cmds/app_process/app_main.cpp
parent4c2fd7afb06f248f3e0e1bdcfa5fc1269b573eb7 (diff)
Renamed the function initialing nativeloader
Bug: http://b/27546414 Change-Id: Ia0b65540772ca4bd1cdab391973325b18cd278a0 (cherry picked from commit bf1082e9a1ae833718321ac58ab64e281d0e3614)
Diffstat (limited to 'cmds/app_process/app_main.cpp')
-rw-r--r--cmds/app_process/app_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/app_process/app_main.cpp b/cmds/app_process/app_main.cpp
index 8bcbf51cc857..7590325982f5 100644
--- a/cmds/app_process/app_main.cpp
+++ b/cmds/app_process/app_main.cpp
@@ -305,7 +305,7 @@ int main(int argc, char* const argv[])
}
if (zygote) {
- PreloadPublicNativeLibraries();
+ InitializeNativeLoader();
runtime.start("com.android.internal.os.ZygoteInit", args, zygote);
} else if (className) {
runtime.start("com.android.internal.os.RuntimeInit", args, zygote);