You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building an android_binary with no manifest attribute, the build fails with a message like this:
ERROR: /usr/local/google/home/ajmichael/bazel/a/examples/android/java/bazel/BUILD:12:1: in manifest attribute of android_binary rule //examples/android/java/bazel:hello_world: a resources or manifest attribute is mandatory.
However, there is no resources attribute on android_binary.
The text was updated successfully, but these errors were encountered:
It was already effectively mandatory. The build would fail if you did not have
the manifest attribute set, but this provides a better error message.
Fixesbazelbuild/bazel#3090.
RELNOTES: None
PiperOrigin-RevId: 157719024
When building an android_binary with no manifest attribute, the build fails with a message like this:
However, there is no
resources
attribute onandroid_binary
.The text was updated successfully, but these errors were encountered: