commit | fcf791f78730260a892ac4c34ea663490f38d0fc | [log] [tgz] |
---|---|---|
author | Alex Márquez Pérez Muñíz Díaz Púras Thaureaux <alexmarquez@google.com> | Thu Sep 08 14:00:42 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 08 14:00:42 2022 +0000 |
tree | 584d3669ba8dbf4a83b696396d28112d3beee0be | |
parent | 59699234bc552074e406b1b95ecc1b1cede71445 [diff] | |
parent | 1004dcaf822ede7bff09ac072286c11ac43410fb [diff] |
Merge "Add check_elf_file to BUILD.bazel"
diff --git a/tools/BUILD.bazel b/tools/BUILD.bazel index f6912cf..0de178b 100644 --- a/tools/BUILD.bazel +++ b/tools/BUILD.bazel
@@ -18,3 +18,10 @@ visibility = ["//visibility:public"], deps = [":event_log_tags"], ) + +py_binary( + name = "check_elf_file", + srcs = ["check_elf_file.py"], + python_version = "PY3", + visibility = ["//visibility:public"], +)