[roll] Roll fuchsia [fidlc] Bool literals (instead of true/false)

Bool literals differed from all other literals in that their concrete
value (true or false) was represented as a kind, and was exposed as such
from the lexer all the way to backends. Instead, we now have a bool kind
(just like we have a string or numeric kind), and only the lexer knows
about the true or false token.

Original-Bug: 7660 (JSON IR improvements)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/611401
Original-Revision: 7490f372ede29e3aa6a3c955e4e9d114c3829a82
GitOrigin-RevId: 06bbd6afe50756b8419fed1b68b383814409c4fb
Change-Id: I6fb7c5aef90182fe75fd06aa3b9ee1c3da4793c1
1 file changed
tree: ed05babbd890dcc8411a1a93e64b1712d79ee888
  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
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.