Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Move platform constraints to bazel_common_rules." into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jin authored and Gerrit Code Review committed Oct 12, 2023
2 parents 3d95aae + df7923c commit 8da97eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ java_library(
":libprotobuf-java-full_proto_gen",
],
target_compatible_with = select({
"//build/bazel/platforms/os:android": ["@platforms//:incompatible"],
"//build/bazel_common_rules/platforms/os:android": ["@platforms//:incompatible"],
"//conditions:default": [],
}),
)
Expand All @@ -81,7 +81,7 @@ java_library(
java_version = "1.7",
neverlink = True,
target_compatible_with = select({
"//build/bazel/platforms/os:android": ["@platforms//:incompatible"],
"//build/bazel_common_rules/platforms/os:android": ["@platforms//:incompatible"],
"//conditions:default": [],
}),
)
Expand Down

0 comments on commit 8da97eb

Please sign in to comment.