[roll] Roll fuchsia [kernel][btree] Support custom keys

Allows the Key to be a template parameter to the btree and allows for
custom, and differently sized keys. Keys themselves must be trivially
constructible, copyable and destructible.

Original-Bug: 494059275
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1582433
Original-Revision: 490d6d026f95814d2fd7d98204d819ca6fcd5b36
GitOrigin-RevId: 118ca874a5138322573b24e259e4096d6480c2cd
Change-Id: I684db3af50e3abf52273eba2c2abca6f26b6e93f
1 file changed
tree: 48277443d684b3595ff9cd13f7e01f5d77d7c418
  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.