[roll] Roll fuchsia [build][sdk] Remove absolute paths from sdk archive manifest.

The script that generates the manifest transformed paths to
absolute to check for duplicate entries, but there is no need
to write them to the final file once the check has been performed.

This also gets rid of the output directory leaking in the output.

Comparing build directories before/after this CL is applied shows
that out/default/gen/sdk/core.archive_manifest no longer includes
absolute source paths in its DST=SRC lines. Note that this file
already included some non-absolute paths.

The generated SDK core archives are also identical after extraction.

Original-Bug: 92670
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/663462
Original-Revision: d5e09315ed39c5deeffabf1e0c20caac2a6632f3
GitOrigin-RevId: c55bcbba1ae8a7092625ed7fc6417c232cffbe14
Change-Id: I23f11b0a47a1270c1bf39110e06fe8fb785785d0
1 file changed
tree: 8246ba83538f1e102497a1eefdf920b6bf909862
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.