[roll] Roll fuchsia [build] Convert gn arg product_build to has_board

The product_build gn arg was intending to differentiate between SDK
builds and non-SDK (product) builds. Unfortunately, SDK builds use the
core product, and therefore product_build was also true for SDK builds.

SDK builds do not include a board, though, so we have moved the "hack"
to the common x64 / arm64 boards, and renamed the arg to has_board.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/735583
Original-Revision: e1cb5350c7611e1627b872cb13cbacf92d5f640b
GitOrigin-RevId: 99af99ca5a7399049571afc9b414258af874e4c5
Change-Id: If9b0b3747aa6b9c81e1ac63fac5bbac30dd42b32
1 file changed
tree: b1b22bafbb20c073b0476b03148c0c105bc4e312
  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.