[roll] Roll fuchsia [msd-arm-mali] Remove use of fbl library

fbl isn't available in the SDK and likely never will be, so copy the
only files from it that we use into msd-arm-mali. Eventually we'll want
to replace it with std::format, but that's not available yet.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/861517
Original-Revision: 19988bd5e8625a677ba402ac2b92ad0cb709cd71
GitOrigin-RevId: 50f65a08b9546e05cf9f7ee4c386fe461482ebdd
Change-Id: I0a0e4ca1064428f38ec120647df2baec8a550ab5
1 file changed
tree: 1cb5d243857cdc9003067e61ac85703f3d95148e
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.