[fuchsia_clang] Use ACTION_NAMES struct instead of strings.

A first CL [1] replaced the use of string literals within
cc_toolchain_config_template.bzl with ACTION_NAMES struct
fields, while a second CL [2] modified the same file to
add a new feature definition (using string literals).

This CL harmonizes the definition by switching the recent
string literals from [2] into ACTION_NAMES field names
too.

[1] https://fuchsia-review.git.corp.google.com/c/sdk-integration/+/786870?usp=dashboard
[2] https://fuchsia-review.git.corp.google.com/c/sdk-integration/+/786962?usp=dashboard

Bug: None
Change-Id: I1468b6e4a4137a1932e9b4f2fd1d98e0af82ed68
Reviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/786963
Reviewed-by: Renato Mangini Dias <mangini@google.com>
Commit-Queue: David Turner <digit@google.com>
1 file changed
tree: 42a051895db7d044f0aab285495c59a08dd206d6
  1. bazel_rules_fuchsia/
  2. bazel_rules_fuchsia_experimental/
  3. manifests/
  4. scripts/
  5. tests/
  6. .gitignore
  7. AUTHORS
  8. BUILD.bazel
  9. CONTRIBUTING.md
  10. LICENSE
  11. PATENTS
  12. README.md
  13. using_local_sdk.md
README.md

Fuchsia SDK Integration Repository

This repository provides environment-specific (e.g. Bazel, GN) tools for the SDK and associated integration tests in a public repo.

Visit Contributing to Fuchsia to learn how to contribute to this repository.