Skip to content

Commit 79124a0

Browse files
Jack-Khuufacebook-github-bot
authored andcommitted
Fix Kernel Target (#551)
Summary: Pull Request resolved: #551 The Bento Kernel target was too narrow, this diff just expands it Reviewed By: Olivia-liu Differential Revision: D49793156 fbshipit-source-id: fc7dd54e7a5d69bf6965ec87ba923e3c8a51eb3a
1 parent ee7ae7d commit 79124a0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sdk/TARGETS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
2+
3+
oncall("executorch")
4+
5+
python_library(
6+
name = "lib",
7+
srcs = ["__init__.py"],
8+
deps = [
9+
"//executorch/sdk/etrecord:etrecord",
10+
],
11+
)

0 commit comments

Comments
 (0)