From 6fa065b004913de24b17e0dd66a306c768ae57d6 Mon Sep 17 00:00:00 2001 From: DevmateBuckOncallResolver Bot Date: Thu, 2 Jul 2026 09:31:59 -0700 Subject: [PATCH] fbcode/executorch/backends/xnnpack/serialization/BUCK Reviewed By: Ben0mega Differential Revision: D110454059 --- backends/xnnpack/serialization/BUCK | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backends/xnnpack/serialization/BUCK b/backends/xnnpack/serialization/BUCK index c0b4f27eb52..0a42614a385 100644 --- a/backends/xnnpack/serialization/BUCK +++ b/backends/xnnpack/serialization/BUCK @@ -1,3 +1,5 @@ load(":targets.bzl", "define_common_targets") +oncall("executorch") + define_common_targets()