summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJingwen Chen <jingwen@google.com>2023-10-11 10:52:21 +0000
committerJingwen Chen <jingwen@google.com>2023-10-11 10:52:21 +0000
commit19ab3fa92f3137ac55309c5d430ec6e6de15755f (patch)
tree13ad7508ed6a5f2571c71adc702718d412165e26
parent224138fb06c628630db8b6c544494f0397e359c2 (diff)
downloadjdk17-19ab3fa92f3137ac55309c5d430ec6e6de15755f.tar.gz
This enables sharing of platform constraints between platform and kernel builds. Bug: 304594734 Test: treehugger Change-Id: If853fbc715dbd3788bf5c27a61bfa0c41d08c491
-rw-r--r--BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 9d4c484..1034eeb 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -10,7 +10,7 @@ java_runtime(
local_java_runtime(
name = "jdk17",
- exec_compatible_with = ["//build/bazel/platforms/os:linux"],
+ exec_compatible_with = ["//build/bazel_common_rules/platforms/os:linux"],
java_home = None,
runtime_name = ":jdk17_runtime",
version = "17",