From d9afbea301e0d8d573c77d8c40b54bafc9d15375 Mon Sep 17 00:00:00 2001 From: mdh <113126707+bivens-dev@users.noreply.github.com> Date: Mon, 10 Oct 2022 17:56:13 +0100 Subject: [PATCH] Add common i386 alias --- cpu/BUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cpu/BUILD b/cpu/BUILD index e4c5032..9ccf626 100644 --- a/cpu/BUILD +++ b/cpu/BUILD @@ -19,6 +19,11 @@ alias( actual = ":arm64", ) +alias( + name = "ia32", + actual = ":i386", +) + # TODO(b/136237408): Remove this generic CPU name and replace with a specific one. constraint_value( name = "arm",