From 7ba6a8c66d310f9f0cf29ec52decea865fed52a4 Mon Sep 17 00:00:00 2001 From: Jon Janzen Date: Thu, 31 Oct 2024 11:18:18 -0700 Subject: [PATCH] Remove open_source oncall marker in executorch owned code Summary: TSIA Differential Revision: D65284104 --- shim/BUCK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shim/BUCK b/shim/BUCK index 365a7bc0765..b18ee71454e 100644 --- a/shim/BUCK +++ b/shim/BUCK @@ -8,7 +8,7 @@ load("@prelude//toolchains:python.bzl", "system_python_bootstrap_toolchain", "sy load("@prelude//toolchains:remote_test_execution.bzl", "remote_test_execution_toolchain") load("@prelude//toolchains:rust.bzl", "system_rust_toolchain") -oncall("open_source") +oncall("executorch") system_cxx_toolchain( name = "cxx",