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:
Benoit Jacob 2020-06-04 13:21:25 -07:00 committed by TensorFlower Gardener
parent 6a13b7a995
commit bab81497b0

View File

@ -160,6 +160,16 @@ cc_library(
],
)
cc_library(
name = "cpuinfo_with_unstripped_include_path",
hdrs = [
"include/cpuinfo.h",
],
deps = [
":cpuinfo_impl",
],
)
############################# Build configurations #############################
config_setting(