Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Add check_elf_file to BUILD.bazel

In supporting cc_prebuilt_binary building with Bazel, we
need to enable Bazel to be able to introspect and build
the check_elf_files.py tool, originally built via make

Bug: 241415823
Test: b build '//build/make/tools:check_elf_file'
Change-Id: I4eeae86f683c678809e84edc2fee88f9d2436f9f
parent bb56d320
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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"],
)