blob: 09fc3212bf8441d7bfe9aa0ab25036685045d8d0 [file] [log] [blame]
load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
oncall("executorch")
python_library(
name = "etrecord",
srcs = [
"__init__.py",
"_etrecord.py",
],
deps = [
"//executorch/devtools/bundled_program:core",
"//executorch/devtools/bundled_program/schema:bundled_program_schema_py",
"//executorch/exir:lib",
"//executorch/exir/emit:emit",
"//executorch/exir/serde:serialize",
],
)