aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar gregce <gregce@google.com>2018-05-23 13:32:42 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-23 13:33:48 -0700
commitdd5f7db343f3474c54a5e13ca52ec8b9c5c9f753 (patch)
tree6eb533d4f767759adbba85b9ddd2984cfa1d070d /site
parent1cc0decbb00b28659a44bf474737eae1f871ac42 (diff)
De-document the Skylark "data" transition.
This is going away with the removal of C++ LIPO support. PiperOrigin-RevId: 197779736
Diffstat (limited to 'site')
-rw-r--r--site/docs/skylark/rules.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/site/docs/skylark/rules.md b/site/docs/skylark/rules.md
index 25bc3a4b2a..8715a68574 100644
--- a/site/docs/skylark/rules.md
+++ b/site/docs/skylark/rules.md
@@ -344,9 +344,6 @@ Otherwise, executables that are used at runtime (e.g. as part of a test) should
be built for the target configuration. In this case, specify `cfg="target"` in
the attribute.
-The configuration `"data"` is present for legacy reasons and should be used for
-the `data` attributes.
-
## <a name="fragments"></a> Configuration Fragments
Rules may access [configuration fragments](lib/skylark-configuration-fragment.html)