[roll] Roll fuchsia [build] Add `is_apple` flag.

`is_apple` is used by some Vulkan ecosystem libraries (for example,
Vulkan-Headers [1] and Vulkan-Loader [2]) for building macOS and
iOS targets. This change adds `is_apple` definition so that these
BUILD.gn files can work on Fuchsia toolchain.

[1] https://github.com/KhronosGroup/Vulkan-Headers/blob/main/BUILD.gn#L30
[2] https://github.com/KhronosGroup/Vulkan-Loader/blob/main/BUILD.gn#L63
Original-Bug: 379153784

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1205487
Original-Revision: ff659ef66529576b491da409234ec5b43617f56a
GitOrigin-RevId: 712462fc4f6f0a6884479071273e27daa8b6d52b
Change-Id: Ie9f69c09f8bc03bad790894f6a1470ba51760046
1 file changed
tree: 7b5fcae998b8f458a1d235bbe1825b56fb89aaf7
  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.