Bootup

init的源文件多放在system/core/init下

init.rc放在system/core/rootdir/init.rc下。不同平台(device)的init.rc放在device/下。

init分析

init.c

Reference

*android 启动流程