From 1616903d6891c1bc7bcdeed78f37c4a3509d8392 Mon Sep 17 00:00:00 2001 From: ssjia Date: Tue, 11 Nov 2025 11:38:24 -0800 Subject: [PATCH] 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-poisoned] --- backends/arm/TARGETS | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/backends/arm/TARGETS b/backends/arm/TARGETS index be53c0b2600..baea3d9ab8e 100644 --- a/backends/arm/TARGETS +++ b/backends/arm/TARGETS @@ -17,11 +17,7 @@ runtime.python_library( ) runtime.python_library( name = "common", - srcs = [ - "common/__init__.py", - "common/debug.py", - "common/type.py", - ], + srcs = glob(["common/*.py"]), deps = [ "fbsource//third-party/tosa_tools:serializer", "//caffe2:torch",