I am compiling Android 11 for Cortext-A57, i.e. TARGET_CPU_VARIANT=cortex-a57
And getting error for all the precompiled vndks: .. FAILED: out/soong/build.ninja out/soong/.bootstrap/bin/soong_build -t -l out/.module_paths/Android.bp.list -b out/soong -n out -d out/soong/build.ninja.d -globFile out/soong/.bootstrap/build-globs.ninja -o out/soong/build.ninja Android.bp .. error: prebuilts/vndk/v29/arm64/Android.bp:1478:1: module "[email protected]" variant "android_vendor.29": *field "arch.arm.cortex_a57" does not exist* error: prebuilts/vndk/v29/arm64/Android.bp:1478:1: module "[email protected]" variant "android_vendor.29": field "arch.arm.cortex_a57" does not exist error: prebuilts/vndk/v29/arm64/Android.bp:1478:1: module "[email protected]" variant "android_vendor.29": field "arch.arm.cortex_a57" does not exist error: prebuilts/vndk/v29/arm64/Android.bp:1478:1: module "[email protected]" variant "android_vendor.29": field "arch.arm.cortex_a57" does not exist error: prebuilts/vndk/v29/arm64/Android.bp:1478:1: module "[email protected]" variant "android_vendor.29": field "arch.arm.cortex_a57" does not exist .. This are few of of the lines but happening for each of the objects in / prebuilts/vndk/* Any suggestion to resolve the issue? -- -- 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/a98527b6-cd76-4ed8-932a-ff37535c0a2cn%40googlegroups.com.
