[roll] Roll fuchsia [build] Add profile path to rustc_artifact

This patch adds the profile path to the rustc_artifact.
Previously, we added them to rustc_binary, rustc_library,
and rustc_test, and we need to add it to rustc_dylib now.
So, this patch adds the profile path to rustc_artifact
to cover all type of rust executables when built with
profile data.

Original-Bug: 335919004
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1206394
Original-Revision: 4e66570ada5599d4b5705d88d4c795b21b27e8b5
GitOrigin-RevId: 78fa23f3de0d2c5d024a0318aba401a13cabdd91
Change-Id: I3acd75885bf51a83fc2bc26f72efb6f0f533983f
1 file changed
tree: 6dc75deb419fac5d2660bfd662ec78d6840398ce
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.