Merge "Renamed the function initialing nativeloader"
am: 62c74db
* commit '62c74db26c49e2d019d0a610deb7889b2133010c':
Renamed the function initialing nativeloader
This commit is contained in:
@@ -305,7 +305,7 @@ int main(int argc, char* const argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (zygote) {
|
if (zygote) {
|
||||||
PreloadPublicNativeLibraries();
|
InitializeNativeLoader();
|
||||||
runtime.start("com.android.internal.os.ZygoteInit", args, zygote);
|
runtime.start("com.android.internal.os.ZygoteInit", args, zygote);
|
||||||
} else if (className) {
|
} else if (className) {
|
||||||
runtime.start("com.android.internal.os.RuntimeInit", args, zygote);
|
runtime.start("com.android.internal.os.RuntimeInit", args, zygote);
|
||||||
|
|||||||
Reference in New Issue
Block a user