From 79aac2efb77459cdebccd5eef309073beb88cda3 Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 11 Apr 2023 07:18:35 -0700 Subject: [PATCH] Update language on the future of native flags and transitions. PiperOrigin-RevId: 523394002 Change-Id: I3fe6653e6f237fdeeec5afc406b7f190eac44eb7 --- site/en/extending/config.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/site/en/extending/config.md b/site/en/extending/config.md index be4fdef0c53b42..1288c6c84d6a31 100644 --- a/site/en/extending/config.md +++ b/site/en/extending/config.md @@ -566,11 +566,6 @@ for how to read these keys. [End to end example](https://github.com/bazelbuild/examples/tree/HEAD/configurations/transition_on_native_flag){: .external} -Warning: Long term, the plan is to reimplement all native options as build -settings. When that happens, this syntax will be deprecated. Currently other -issues are blocking that migration but be aware you may have to migrate your -transitions at some point in the future. - Starlark transitions can also declare reads and writes on native build configuration options via a special prefix to the option name.