Add cpu value riscv64

This commit is contained in:
Yun Peng 2021-02-17 17:51:20 +01:00 committed by GitHub
parent d87d2b4304
commit 44d70196ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -119,3 +119,9 @@ constraint_value(
name = "mips64",
constraint_setting = ":cpu",
)
constraint_value(
name = "riscv64",
constraint_setting = ":cpu",
)