From 95e0422cb14e33e7682ddbae320f3edbe0b8a7f4 Mon Sep 17 00:00:00 2001 From: Ara Nguyen Date: Wed, 10 Dec 2025 00:25:15 +0000 Subject: [PATCH] change default to target --- rules/common_settings.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/common_settings.bzl b/rules/common_settings.bzl index 4e9bcaa5..b2197b01 100644 --- a/rules/common_settings.bzl +++ b/rules/common_settings.bzl @@ -38,7 +38,7 @@ _MAKE_VARIABLE_ATTR = attr.string( _SCOPE_ATTR = attr.string( doc = "The scope indicates where a flag can propagate to", - default = "universal", + default = "target", ) def _is_valid_make_variable_char(c):