diff options
| author | Mircea Trofin <mtrofin@google.com> | 2024-03-04 14:11:30 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 14:11:30 -0800 |
| commit | a5b797172cc902db166e9a695716fb81405f86e4 (patch) | |
| tree | 0f5ea2e73f6d16854959e0cedc9c8699ddaba795 /third-party/benchmark/bindings/python/python_headers.BUILD | |
| parent | eaa0d3b1336b82df01ff50dfbe50bb8cdd7ada87 (diff) | |
Reapply "Update Benchmark (#83488)" (#83916)
This reverts commit aec6a04b8e99b42eca431fc0b56947937d3a14c2.
(google/benchmark still at hash 1576991177ba97a4b2ff6c45950f1fa6e9aa678c as it was in #83488. Also reapplied same extra local diffs)
Verified locally.
Diffstat (limited to 'third-party/benchmark/bindings/python/python_headers.BUILD')
| -rw-r--r-- | third-party/benchmark/bindings/python/python_headers.BUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third-party/benchmark/bindings/python/python_headers.BUILD b/third-party/benchmark/bindings/python/python_headers.BUILD index 9c34cf6ca4bd..8f139f8621e0 100644 --- a/third-party/benchmark/bindings/python/python_headers.BUILD +++ b/third-party/benchmark/bindings/python/python_headers.BUILD @@ -1,3 +1,7 @@ +licenses(["notice"]) + +package(default_visibility = ["//visibility:public"]) + cc_library( name = "python_headers", hdrs = glob(["**/*.h"]), |
