commit | 44d70196ba71780ea4cbebb2f62b53a8862dec76 | [log] [tgz] |
---|---|---|
author | Yun Peng <pcloudy@google.com> | Wed Feb 17 17:51:20 2021 +0100 |
committer | GitHub <noreply@github.com> | Wed Feb 17 17:51:20 2021 +0100 |
tree | 8240bc4771ea176d93fb44f46cba2d00907952c1 | |
parent | d87d2b43046778da7b09d032f49a0028f3b4d321 [diff] |
Add cpu value riscv64
diff --git a/cpu/BUILD b/cpu/BUILD index 00c2901..ee2e8e8 100644 --- a/cpu/BUILD +++ b/cpu/BUILD
@@ -119,3 +119,9 @@ name = "mips64", constraint_setting = ":cpu", ) + +constraint_value( + name = "riscv64", + constraint_setting = ":cpu", +) +