Merge "Renamed the function initialing nativeloader" into nyc-dev
am: 0ee05b3
* commit '0ee05b3c0416814e00e55ef2704cef4aea717198':
Renamed the function initialing nativeloader
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user