[roll] Roll fuchsia [testsharder] Fix to work with absolute package manifest paths.

If a test uses file-relative paths in its package manifest, the
LoadPackageManifests() function returns absolute paths if the base
manifest path it was given was an absolute path. However, testsharder
expected relative paths to the build dir and would thus prepend the
build dir to the path when trying to load subpackage manifests. Thus, we
should only prepend the build dir if the manifest path is not an
absolute path already.

Original-Bug: 337312770
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1037587
Original-Revision: 4a2b99489c840da87500ec2ad0613c3689224514
GitOrigin-RevId: 8e0958fed16de6885bb0ebffa102815d9175ec35
Change-Id: Ic676c6a3661f3cf5142abe262aa605f02356d180
1 file changed
tree: c77e89d0f64b650dd0f5bc7bea673a25ba476997
  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 via the IRC channel #fuchsia on Freenode.

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.