Custom Android Emulator kernel
Take Android9 x86-64 kernel compilation as an example
Download Source code
1 |
|
Custom config
1 |
|
After executing config.sh, the goldfish/arch/x86/configs/x86_64_ranchu_defconfig file will be modified.
Build
1 |
|
gen the kernel file: ./out/x86_64/dist/bzImage
Run
Run as previous post: Install Android SDK and run emulator in linux
1 |
|
Custom Android Emulator kernel
https://hqw700.github.io/2024/04/08/2024-04-08-custom-android-emulator-kernel/