bazelbuild / examples

Examples for Bazel
http://bazel.build
Apache License 2.0
818 stars 502 forks source link

[Bazel CI] Error: 'android_common' value has no field or method 'multi_cpu_configuration' #487

Open sgowroji opened 2 weeks ago

sgowroji commented 2 weeks ago

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4081#01918cdc-edef-40fc-9a36-c1ec173e5a63

Platform: multiple

Logs:

ERROR: Traceback (most recent call last):
Error: 'android_common' value has no field or method 'multi_cpu_configuration'
ERROR: error loading package '': at /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/70dac3de876e6cfa2f41325f56ebcc7e/external/rules_android/rules/rules.bzl:49:5: at /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/70dac3de876e6cfa2f41325f56ebcc7e/external/rules_android/rules/android_application/android_application.bzl:21:6: at /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/70dac3de876e6cfa2f41325f56ebcc7e/external/rules_android/rules/android_application/android_application_rule.bzl:63:6: initialization of module 'rules/android_application/attrs.bzl' failed

CC Greenteam @mai93

mai93 commented 2 weeks ago

@ahumesky can this be due to recent changes to rules_android?