[roll] Roll fuchsia [superproject] Roll cobalt [cobalt] Limit max_event_code to 2^31 - 1

max_event_code needs to be limited in order to avoid exceeding the capacity of a Java int, which could cause privacy concerns.

Original-Bug: 360455163

Test: ./cobaltb.py test

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/cobalt/+/1116336
Original-Revision: 1e582a0318ce4a6aaa8911a86fa1be6755c34858
GitOrigin-RevId: 871377935e04d5780a9243fea155d2159127bfa3
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1116687
Original-Revision: f108974de4f91bd9382a16e6275a8f1390623cb5
Change-Id: Ifd4230f15078ff651d0ca2370dfb8fdc24003889
1 file changed
tree: fb33fcc51427432eccd6fef90c3920e85007b7e8
  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 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.