blob: 2236702fbc7a7a10a0eaf13c3f03337455825e95 [file] [log] [blame] [edit]
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",
],
)