Merge "Add check_elf_file to BUILD.bazel"

This commit is contained in:
Alex Márquez Pérez Muñíz Díaz Púras Thaureaux
2022-09-08 14:00:42 +00:00
committed by Gerrit Code Review

View File

@@ -18,3 +18,10 @@ py_binary(
visibility = ["//visibility:public"],
deps = [":event_log_tags"],
)
py_binary(
name = "check_elf_file",
srcs = ["check_elf_file.py"],
python_version = "PY3",
visibility = ["//visibility:public"],
)