Merge "Add check_elf_file to BUILD.bazel"
This commit is contained in:
committed by
Gerrit Code Review
commit
fcf791f787
@@ -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"],
|
||||
)
|
||||
|
Reference in New Issue
Block a user