How to build / run AOSP Car on the emulator from sources?
My goal is to enable the hidden features of "multi-display" on the emulator. For that, I pulled the emulator sources from the 'emu-master-dev' branch, made the changes, build. The problem is that, I can't run the emulator with the aosp_car_x86_64 images. The emulator hangs and android is not starting. This is the lunch combo I use to build the images: ============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=10 TARGET_PRODUCT=aosp_car_x86_64 TARGET_BUILD_VARIANT=userdebug TARGET_BUILD_TYPE=release TARGET_ARCH=x86_64 TARGET_ARCH_VARIANT=x86_64 TARGET_2ND_ARCH=x86 TARGET_2ND_ARCH_VARIANT=x86_64 HOST_ARCH=x86_64 HOST_OS=darwin HOST_OS_EXTRA=Darwin-19.3.0-x86_64-10.15.3 HOST_BUILD_TYPE=release BUILD_ID=QQ2A.200305.004.A1 OUT_DIR=out ============================================ The system runs on the prebuilts emulator. Any idea what I am doing wrong? -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/45b4595d-b9e9-46f7-a369-c498c7cb56e6%40googlegroups.com.
