From 6dbdd90f2fe514c454fc7b05535b4872bd9fbc0e Mon Sep 17 00:00:00 2001 From: Nevena Kotlaja Date: Tue, 10 Oct 2023 07:15:10 -0700 Subject: [PATCH] Disable AEGs inside swift_library PiperOrigin-RevId: 572238909 (cherry picked from commit 887031ab6e3b3573b3ab176faa4f2f128cdbe3d0) --- swift/swift_library.bzl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/swift/swift_library.bzl b/swift/swift_library.bzl index fc9e67dae..a41571b18 100644 --- a/swift/swift_library.bzl +++ b/swift/swift_library.bzl @@ -304,6 +304,9 @@ dependent for linking, but artifacts/flags required for compilation (such as .swiftmodule files, C headers, and search paths) will not be propagated. """, ), + # TODO(b/301253335): Once AEGs are enabled in Bazel, set the swift toolchain type in the + # exec configuration of `plugins` attribute and enable AEGs in swift_library. + "_use_auto_exec_groups": attr.bool(default = False), }, ), doc = """\