Merge pull request #22 from thii:make-aarch64-an-alias-of-arm64
PiperOrigin-RevId: 351576276
Change-Id: Ic0762734766d63a716b3e2cab0c42bab993a76a3
diff --git a/cpu/BUILD b/cpu/BUILD
index 2fed273..641621e 100644
--- a/cpu/BUILD
+++ b/cpu/BUILD
@@ -14,9 +14,9 @@
constraint_setting(name = "cpu")
# TODO(b/136237408): Remove this generic CPU name and replace with a specific one.
-constraint_value(
+alias(
name = "aarch64",
- constraint_setting = ":cpu",
+ actual = ":arm64",
)
# TODO(b/136237408): Remove this generic CPU name and replace with a specific one.