Skip to content

Commit ae85507

Browse files
committed
Add mock cc_library
1 parent 7204831 commit ae85507

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

BUILD.empty.tpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ load("//:target_systems.bzl", "CPU_CONSTRAINT", "TARGET_SYSTEM_NAMES")
2222
],
2323
) for target_system_name in TARGET_SYSTEM_NAMES]
2424

25+
cc_library(
26+
name = "cpufeatures",
27+
data = [":error_message"],
28+
)
29+
2530
genrule(
2631
name = "invalid_android_ndk_repository_error",
2732
outs = [

0 commit comments

Comments
 (0)