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

Remove obsolete build options from .bazelrc #1119

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

yukawa
Copy link
Collaborator

@yukawa yukawa commented Nov 5, 2024

Description

This commit removes the following bazel options that were originally 699c2ce to support bzlmod for Android (#1002).

  • experimental_enable_android_migration_apis
  • experimental_google_legacy_api

As far as we can see with Bazel 7.4.0, building Mozc with Bazel just succeeds without the above two options in all the supported platforms.

Closes #1117.

Issue IDs

Steps to test new behaviors (if any)

  • OS: All
  • Steps:
    1. Make sure that all the GitHub Actions succeed with this commit.

@hiroyuki-komatsu
Copy link
Collaborator

Since we successfully merged PR #1116, we can close this PR.
Thank you,

This commit removes the following bazel options that were originally
added [1] to support bzlmod for Android (google#1002).

 - experimental_enable_android_migration_apis
 - experimental_google_legacy_api

As far as we can see with Bazel 7.4.0, building Mozc with Bazel just
succeeds without the above two options in all the supported platforms.

Closes google#1117.

 [1]: 699c2ce
@yukawa
Copy link
Collaborator Author

yukawa commented Nov 7, 2024

Since we successfully merged PR #1116, we can close this PR. Thank you,

@hiroyuki-komatsu, I believe it'd still make sense to remove the following two options even after #1116.

  • experimental_enable_android_migration_apis
  • experimental_google_legacy_api

Can you take another look?

@hiroyuki-komatsu hiroyuki-komatsu merged commit 9d3e823 into google:master Nov 8, 2024
1 check passed
@hiroyuki-komatsu
Copy link
Collaborator

That's right. We have merged this PR.
Thank you for your contribution!

@yukawa yukawa deleted the issue_1117 branch November 8, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

See if we still need --experimental_google_legacy_api or not
2 participants