Skip to content

Commit 0b3f1ed

Browse files
author
ssjia
committed
Arm backend: forward fix internal failures
Title says it all! forward fix of D86741047, which caused build failures from introducing a new file. Differential Revision: [D86786510](https://our.internmc.facebook.com/intern/diff/D86786510/) ghstack-source-id: 322481871 Pull Request resolved: #15759
1 parent 76fcedc commit 0b3f1ed

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

backends/arm/TARGETS

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ runtime.python_library(
1717
)
1818
runtime.python_library(
1919
name = "common",
20-
srcs = [
21-
"common/__init__.py",
22-
"common/debug.py",
23-
"common/type.py",
24-
],
20+
srcs = glob(["common/*.py"]),
2521
deps = [
2622
"fbsource//third-party/tosa_tools:serializer",
2723
"//caffe2:torch",

0 commit comments

Comments
 (0)