From 8f438d441beb6919574bb9af8ab07cb733562db5 Mon Sep 17 00:00:00 2001 From: Ben Mehlow Date: Wed, 24 Jun 2026 14:21:50 -0700 Subject: [PATCH] Add oncall to executorch/backends/aoti/TARGETS Summary: Adds the `oncall("executorch")` annotation to the `backends/aoti` build targets so they have an explicit owning team. Differential Revision: D109546129 --- backends/aoti/TARGETS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backends/aoti/TARGETS b/backends/aoti/TARGETS index 77871de4469..f91c46c0f20 100644 --- a/backends/aoti/TARGETS +++ b/backends/aoti/TARGETS @@ -1,3 +1,5 @@ load("targets.bzl", "define_common_targets") +oncall("executorch") + define_common_targets()