[roll] Roll fuchsia [fake-display] Ignore close_weak_asap buffers

Currently, sysmem buffer allocations can have `close_weak_asap` set. The
fake-display-stack had a strict debug assert disallowing
`close_weak_asap`, causing panics or crashes in debug builds when
encountered.

Replace the strict assertion with a soft info log. This allows the
fake-display-stack to safely ignore this field and proceed with buffer
allocation handling.

Original-Original-Bug: 485917268
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1632174
Original-Original-Revision: 80da1a2046da2bd647edadd94bab48e8d89ca284
GitOrigin-RevId: 6426d2fbf584854f9c3d22ecd8f152b6260fbc7d
Change-Id: I6d4f6a48f249c31c94831f565ae9cc3942106d17
1 file changed
tree: 4066fb88a71eef41761e2cb448a859b2e03dfe7d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.