[roll] Roll fuchsia [winsdk] Fix a path seperator issue in the generated overlay file

LLVM VFS library has undefined behavior when using a non native path
seperator in the VFS overlay file. This patch makes winsdk script to
always uses forward slash as the VFS overlay file will not be used on
Windows. This patch also moves the generated VFS overlay inside the sdk
package.

Original-Bug: 99600, 113955
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/761490
Original-Revision: aa0af992baf685681f42d2a2d091dfd99093026c
GitOrigin-RevId: dad2b8ba27752be99fb3f44c051c8989e5f14186
Change-Id: I1d1b6bb8fb7fb8050d07fe637a5b2cebdb756814
1 file changed
tree: 29dd1776a222f93f28dcb862e00ffe08cc938e66
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.