I have developed media applications like music player, navigation, weather and podcast in android studio using PIE automotive emulator(API 28) which is working in this emulator now I have to flash it on the Intel hardware to do that I want an OS which have to be downloaded and built, I had choose the target aosp_car_x86-userdebug but here the boot.img is missing, or which android version I can choose to build the source code, how to proceed with this problem.
Thank You.
I have tried downloading the source code of different versions like android-11.0.0_r48, android-12.0.0_r1 and so on. As I have developed media applications in android studio, I need to flash those images to the Intel hardware. To do that I want a custom OS which have to be flashed to this hardware so I built the android source code but I'm not getting which android version and branch is best suitable for this. And after building the source code I'm getting few files and images but here the boot.img is missing.
And one more question after the source code is built successfully do I need to build the kernel?