Skip to content

Commit 11f752c

Browse files
authored
Fix for missing ' executorch.backends.arm.common.type' (See #15367)
Differential Revision: D85886023 Pull Request resolved: #15478
1 parent 3172fca commit 11f752c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/arm/TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ runtime.python_library(
2020
srcs = [
2121
"common/__init__.py",
2222
"common/debug.py",
23+
"common/type.py",
2324
],
2425
deps = [
2526
"fbsource//third-party/tosa_tools:serializer",

0 commit comments

Comments
 (0)