Skip to content

Commit

Permalink
Add android_riscv64 to BUILD.bazel (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanthswami authored Nov 20, 2023
1 parent 20bd32c commit ef63460
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,15 @@ config_setting(
visibility = ["//visibility:public"],
)

config_setting(
name = "android_riscv64",
values = {
"crosstool_top": "//external:android/crosstool",
"cpu": "riscv64",
},
visibility = ["//visibility:public"],
)

config_setting(
name = "android_x86",
values = {
Expand Down

0 comments on commit ef63460

Please sign in to comment.