How to build AOSP for Android Automotive OS?
问题 I have downloaded AOSP codebase for x86 from https://www.android-x86.org/. It builds fine. I wonder how I setup the config or .mk , so that I can compile or build Android with Android Automotive OS flavor. Any pointers? 回答1: Refer to /device/generic/car/ repository where AOSP car emulator configuration is available. The following target variants are available: aosp_car_arm-userdebug aosp_car_arm64-userdebug aosp_car_x86-userdebug aosp_car_x86_64-userdebug I recommend to follow the official