Hi, After building Android 11 aosp_arm64-eng on branch android-11.0.0_r40 (I tried afew different branch but the result is the same), the out folder does not have system-qemu.img, vendor-qemu.img and kernel-ranchu. But for aosp_x86_64-eng build, it will generate these 3 files which is needed for running on the prebuilt emulator. Is there any setting I need to configure to generate those files in the Android 11 aosp_arm64-eng?
I have also tried building Android 10 aosp_arm64-eng and inside the out folder contains those 3 files which allows me to run it in the emulator as well, not sure why Android 11 aosp_arm64-eng is missing on those files. *Commands used for building* *mkdir android* *cd android* *repo init -u https://android.googlesource.com/platform/manifest -b android-11.0.0_r40 --partial-clone --clone-filter=blob:limit=10M* *repo sync -c -j4* *source build/envsetup.sh* *lunch aosp_arm64-eng* *m -j4* Any help is appreciated . Thanks! -- -- 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/59adc686-a62d-4a4a-8cad-79d500625e59n%40googlegroups.com.
