[roll] Roll fuchsia [zbitl] Standardize on dashes in filenames over underscores

The library currently features filenames separated by both dashes and
underscores. In the interest of sticking to a single style, the change
opts for dashes (which is the preference of the maintainers', all things
being equal).

To softly transition one out-of-tree callsite over, we temporarily
leave in <lib/zbitl/error_string.h>.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/610371
Original-Revision: 3489d3614c0e2ac3dd2198c3cc5035c4a0db1453
GitOrigin-RevId: 00706daf8eb0cf9e5b1f31696a0edbd9e82a6390
Change-Id: I981e891e0e653297ef701ac01785869a30f6c6e2
1 file changed
tree: 97f3185c810214d1baff6c42e39abf3c5cd9b74a
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. 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.