Add cpuinfo-without-include-path-stripping target in preparation for depending on ruy depending on it. (Ruy's own third_party/ directory has that already, but due to dependency shadowing, when built as part of TF, it's overridden by the present file).
PiperOrigin-RevId: 314791360 Change-Id: I04f8523046103a35e3d4f253c80b5912fb5961d3
This commit is contained in:
parent
6a13b7a995
commit
bab81497b0
10
third_party/cpuinfo/BUILD.bazel
vendored
10
third_party/cpuinfo/BUILD.bazel
vendored
@ -160,6 +160,16 @@ cc_library(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
cc_library(
|
||||||
|
name = "cpuinfo_with_unstripped_include_path",
|
||||||
|
hdrs = [
|
||||||
|
"include/cpuinfo.h",
|
||||||
|
],
|
||||||
|
deps = [
|
||||||
|
":cpuinfo_impl",
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
||||||
############################# Build configurations #############################
|
############################# Build configurations #############################
|
||||||
|
|
||||||
config_setting(
|
config_setting(
|
||||||
|
Loading…
Reference in New Issue
Block a user