[roll] Roll fuchsia [fbl] Remove fbl::constexpr_strlen()

Usage was replaced either with std::string_view(data).size() or by
refactoring the callsite to have been using std::string_view from the
beginning.

Original-Bug: 70402
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/486538
Original-Revision: 4e79be22cec3df89c09599fe886a751a2d08201f
GitOrigin-RevId: 672ef7112eb230a010327c1ae7ca56601e996cb6
Change-Id: I829a3dc6078d2c912b3f958260fdcaf56763b1db
1 file changed
tree: beef27bcf0cb5930b0bd269cdd1e962d056b04d7
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.