Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图深入研究 android 源代码,我意识到 Android 源代码不包含许多设备(如三星 toro 等)的预编译内核。
因此,我认为 Android 在构建时会下载必要的内核,但我找不到它们实际执行内核下载的代码。
我发现很少有相关文件,例如“generate-factory-images-package.sh”或“generate-packages.sh”,但它们似乎没有执行实际的下载过程。
有人可以指出Android实际获取必要内核的代码吗?
谢谢!