Skip to content

Commit

Permalink
Remove obsolete build options from .bazelrc (#1119)
Browse files Browse the repository at this point in the history
This commit removes the following bazel options that were originally
added [1] 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.

 [1]: 699c2ce

PiperOrigin-RevId: 694063797
  • Loading branch information
yukawa authored Nov 8, 2024
1 parent a6ad2cf commit 9d3e823
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,4 @@ build:windows_env --noincompatible_enable_cc_toolchain_resolution
# Android specific options
build:android_env --copt "-DOS_ANDROID"
build:android_env --build_tag_filters=-noandroid
build:android_env --experimental_enable_android_migration_apis
build:android_env --experimental_google_legacy_api
test:android_env --test_tag_filters=-noandroid

0 comments on commit 9d3e823

Please sign in to comment.