xref: /aosp_15_r20/external/executorch/devtools/TARGETS (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
1load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
2
3oncall("executorch")
4
5python_library(
6    name = "lib",
7    srcs = ["__init__.py"],
8    deps = [
9        "//executorch/devtools/bundled_program:core",
10        "//executorch/devtools/etrecord:etrecord",
11        "//executorch/devtools/inspector:lib",
12    ],
13)
14