FYI: The lunch number is only meaningful within a single lunch invocation -- it can change every time you sync (or make edits to the COMMON_LUNCH_CHOICES)
If I remember correctly, `arm_v7_v8` is a product that was set up for some art testing, and isn't expected to build a full android image. The art docs on how to use it are here: https://cs.android.com/android/platform/superproject/main/+/main:art/test/README.chroot.md - Dan On Wed, Aug 2, 2023 at 11:13 AM Donald Harter <[email protected]> wrote: > I am trying to build this but get errors like this: > ============================================ > PLATFORM_VERSION_CODENAME=VanillaIceCream > PLATFORM_VERSION=VanillaIceCream > PRODUCT_INCLUDE_TAGS=com.android.mainline > TARGET_PRODUCT=arm_v7_v8 > TARGET_BUILD_VARIANT=eng > TARGET_ARCH=arm64 > TARGET_ARCH_VARIANT=armv8-a > TARGET_CPU_VARIANT=generic > TARGET_2ND_ARCH=arm > TARGET_2ND_ARCH_VARIANT=armv7-a-neon > TARGET_2ND_CPU_VARIANT=cortex-a15 > HOST_OS=linux > HOST_OS_EXTRA=Linux-6.4.1-x86_64-Ubuntu-22.04.2-LTS > HOST_CROSS_OS=windows > BUILD_ID=AOSP.MAIN > OUT_DIR=out > ============================================ > wildcard(out/target/product/arm_v7_v8/clean_steps.mk) was changed, > regenerating... > [ 74% 1042/1407] build > out/target/product/arm_v7_v8/obj/PACKAGING/check_vintf_all_intermediates/check_vintf_vendor.log > FAILED: > out/target/product/arm_v7_v8/obj/PACKAGING/check_vintf_all_intermediates/check_vintf_vendor.log > /bin/bash -c "( out/host/linux-x86/bin/checkvintf --check-one --dirmap > /vendor:out/target/product/arm_v7_v8/system/vendor --dirmap /apex:o > ut/target/product/arm_v7_v8/obj/PACKAGING/check_vintf_all_intermediates/apex > --property ro.boot.product.vendor.sku= > out/target/product/a > rm_v7_v8/obj/PACKAGING/check_vintf_all_intermediates/check_vintf_vendor.log > 2>&1 ) || ( cat out/target/product/arm_v7_v8/obj/PACKAGING/che > ck_vintf_all_intermediates/check_vintf_vendor.log && exit 1 )" > Checking vendor manifest. > getDeviceHalManifest: Reading VINTF information. > Sysprop ro.boot.product.vendor.sku= > Fetch 'out/target/product/arm_v7_v8/system/vendor/etc/vintf/manifest.xml': > NAME_NOT_FOUND > Sysprop ro.boot.product.hardware.sku is missing, default to '' > Fetch 'out/target/product/arm_v7_v8/system/vendor/manifest.xml': > NAME_NOT_FOUND > getDeviceHalManifest: status from fetching VINTF information: -2 > getDeviceHalManifest: -2 VINTF parse error: Cannot read > out/target/product/arm_v7_v8/system/vendor/manifest.xml: No such file or > directory > ERROR: Cannot fetch vendor manifest. > 23:56:35 ninja failed with: exit status 1 > > -- > -- > 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/0ff58cac-01a6-46d7-ab01-5eabb10ad3d7n%40googlegroups.com > <https://groups.google.com/d/msgid/android-building/0ff58cac-01a6-46d7-ab01-5eabb10ad3d7n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- -- 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/CALQgHd%3DimY7mN3n_vP36iwrXqjbi0-onrwJYa_nRWDT3%2B3NR2Q%40mail.gmail.com.
