Skip to content

Commit bec0625

Browse files
authored
Fix arm related internal build
Differential Revision: D65694379 Pull Request resolved: #6743
1 parent a809953 commit bec0625

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

backends/arm/TARGETS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,18 @@ python_library(
7070
],
7171
)
7272

73+
python_library(
74+
name = "tosa_specification",
75+
srcs = [
76+
"tosa_specification.py",
77+
],
78+
typing = True,
79+
deps = [
80+
"fbsource//third-party/pypi/packaging:packaging",
81+
"//executorch/exir/backend:compile_spec_schema",
82+
],
83+
)
84+
7385
python_library(
7486
name = "tosa_utils",
7587
srcs = [

backends/arm/operators/TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python_library(
77
typing = True,
88
deps = [
99
"//executorch/backends/arm:tosa_mapping",
10+
"//executorch/backends/arm:tosa_specification",
1011
],
1112
)
1213

0 commit comments

Comments
 (0)