Skip to content

Commit ef63460

Browse files
Add android_riscv64 to BUILD.bazel (#201)
1 parent 20bd32c commit ef63460

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

BUILD.bazel

+9
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,15 @@ config_setting(
299299
visibility = ["//visibility:public"],
300300
)
301301

302+
config_setting(
303+
name = "android_riscv64",
304+
values = {
305+
"crosstool_top": "//external:android/crosstool",
306+
"cpu": "riscv64",
307+
},
308+
visibility = ["//visibility:public"],
309+
)
310+
302311
config_setting(
303312
name = "android_x86",
304313
values = {

0 commit comments

Comments
 (0)