aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/BUILD')
-rw-r--r--src/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/BUILD b/src/BUILD
index ae5db6ee83..95793d93f2 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -205,6 +205,9 @@ filegroup(
"//src/conditions:windows": [
"@openjdk_win//file",
],
+ "//src/conditions:linux_aarch64": [
+ "@openjdk_linux_aarch64//file",
+ ],
"//conditions:default": [
"@openjdk_linux//file",
],