blob: 9f8f1b9783a6a61428b275e38c9404b5a7bae83f [file] [log] [blame] [edit]
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
oncall("executorch")
runtime.python_library(
name = "runtime",
srcs = ["__init__.py"],
deps = [
"//executorch/extension/pybindings:portable_lib",
],
visibility = ["PUBLIC"],
)