Correctly propagate clang debug symbols.

fuchsia_cc_* provides FuchsiaDebugSymbolInfo, but that isn't correctly
propagated upwards by fuchsia_component_for_unittest.

Change-Id: Ie11b54a05013c8097544549660f74b476203289d
Reviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/791188
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Fuchsia-Auto-Submit: Darren Chan <chandarren@google.com>
Reviewed-by: Jiaming Li <lijiaming@google.com>
4 files changed
tree: fbfd9bed849eeb7a64130d8616844fae96f7e2e0
  1. bazel_rules_fuchsia/
  2. bazel_rules_fuchsia_experimental/
  3. manifests/
  4. scripts/
  5. tests/
  6. .gitignore
  7. .gitmodules
  8. AUTHORS
  9. BUILD.bazel
  10. CONTRIBUTING.md
  11. LICENSE
  12. PATENTS
  13. README.md
  14. 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.