[roll] Roll fuchsia [windowed-stats] Default to Simple8bRle for u64

Right now we only default to Simple8bRle for BufferStrategy<u64,
Constant>, leaving BufferStrategy<u64, LastSample> and
BufferStrategy<u64, LastAggregation> to use the unimplemented
DeltaZigZagSimple8bRle.

In this commit, change it so that we always default to
Simple8bRle for BufferStrategy<u64, _>.

Original-Bug: 361434570
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1105613
Original-Revision: 0d7781679354504c69f15124b67acd9c1b6048e8
GitOrigin-RevId: 9ad92d8f54b37d931fd4bb8cad0e59c7cf0405b7
Change-Id: I8130cb39ca608c753fae49026de74c5b53301092
1 file changed
tree: fcfda8b0ec816133e04eef98edd0e748771cfe10
  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.