diff --git a/cpu/BUILD b/cpu/BUILD index e4c5032..30f6469 100644 --- a/cpu/BUILD +++ b/cpu/BUILD @@ -19,6 +19,11 @@ alias( actual = ":arm64", ) +constraint_value( + name = "amd64", + constraint_setting = ":cpu", +) + # TODO(b/136237408): Remove this generic CPU name and replace with a specific one. constraint_value( name = "arm",