| load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime") | |
| oncall("executorch") | |
| runtime.python_library( | |
| name = "lib", | |
| srcs = ["__init__.py"], | |
| deps = [ | |
| "//executorch/devtools/bundled_program:core", | |
| "//executorch/devtools/etrecord:etrecord", | |
| "//executorch/devtools/inspector:lib", | |
| ], | |
| ) |