mirror of
https://github.com/google/cpu_features.git
synced 2025-04-27 15:12:30 +02:00
Add ndk_compat target to BUILD.bazel
This commit is contained in:
parent
41e206e435
commit
c672eb403c
15
BUILD.bazel
15
BUILD.bazel
@ -327,3 +327,18 @@ cc_binary(
|
||||
":cpuinfo",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "ndk_compat",
|
||||
srcs = ["ndk_compat/cpu-features.c"],
|
||||
copts = C99_FLAGS,
|
||||
includes = INCLUDES,
|
||||
textual_hdrs = ["ndk_compat/cpu-features.h"],
|
||||
deps = [
|
||||
":cpu_features_macros",
|
||||
":cpuinfo",
|
||||
":filesystem",
|
||||
":stack_line_reader",
|
||||
":string_view",
|
||||
],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user