Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bazel.build] Problem with /versions/7.4.0/reference/be/android #24905

Open
lgalfaso opened this issue Jan 11, 2025 · 3 comments
Open

[bazel.build] Problem with /versions/7.4.0/reference/be/android #24905

lgalfaso opened this issue Jan 11, 2025 · 3 comments
Assignees
Labels
P1 I'll work on this now. (Assignee required) team-Android Issues for Android team team-Documentation Documentation improvements that cannot be directly linked to other team labels team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website type: documentation (cleanup)

Comments

@lgalfaso
Copy link

Page link:

https://bazel.build/versions/7.4.0/reference/be/android

Problem description (include actual vs expected text, if applicable):

There is a link to see the documentation for this page for Bazel 8.0, but this does not exists. When clicking on it, you get a 404.

Where do you see this issue? (include link to specific section of the page, if applicable)

No response

Any other information you'd like to share?

No response

@lgalfaso lgalfaso added team-Documentation Documentation improvements that cannot be directly linked to other team labels type: documentation (cleanup) untriaged labels Jan 11, 2025
@sgowroji sgowroji added the team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website label Jan 13, 2025
@meteorcloudy meteorcloudy self-assigned this Jan 20, 2025
@meteorcloudy meteorcloudy added P1 I'll work on this now. (Assignee required) and removed untriaged labels Jan 20, 2025
@meteorcloudy
Copy link
Member

@bazel-io fork 8.1.0

@meteorcloudy
Copy link
Member

Thanks for reporting, I'll work on a fix.

@meteorcloudy
Copy link
Member

meteorcloudy commented Jan 21, 2025

OK, looks like rules_android is missing from:

name = "gen_buildencyclopedia",
srcs = [
":docs_embedded_in_sources",
"//src/main/java/com/google/devtools/build/docgen:bazel_link_map",
"//src/main/starlark/docgen:gen_be_proto_stardoc_proto",
"//src/main/starlark/docgen:gen_be_java_stardoc_proto",
"//src/main/starlark/docgen:gen_be_cpp_stardoc_proto",
"//src/main/starlark/docgen:gen_be_objc_stardoc_proto",
"//src/main/starlark/docgen:gen_be_python_stardoc_proto",
"//src/main/starlark/docgen:gen_be_shell_stardoc_proto",

@ahumesky @ted-xie Can you please restore the android rules doc?

You can check other rules for example:
https://github.com/bazelbuild/bazel/blob/6eaacdd11233f35d9548ec1da5d26bf40d5cfee2/src/main/starlark/docgen/java.bzl

@meteorcloudy meteorcloudy assigned ahumesky and ted-xie and unassigned meteorcloudy Jan 21, 2025
@meteorcloudy meteorcloudy added the team-Android Issues for Android team label Jan 21, 2025
iancha1992 pushed a commit to iancha1992/bazel that referenced this issue Jan 22, 2025
Fixes bazelbuild#24905

RELNOTES: None
PiperOrigin-RevId: 717532897
Change-Id: I620d8492689297f7c85824ea261b12bdfae2221b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 I'll work on this now. (Assignee required) team-Android Issues for Android team team-Documentation Documentation improvements that cannot be directly linked to other team labels team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website type: documentation (cleanup)
Projects
None yet
Development

No branches or pull requests

7 participants