[roll] Roll fuchsia [metrics_buffer] Use StepMultiplierFloat in Cobalt constants

Cobalt is migrating from using the step_multiplier
field to step_multiplier_float, including with
the generated code constants. Update the metrics
buffer macro to use this field to unblock the
Cobalt change.

Note: This is a quick fix to unblock the Cobalt roller.
It should work with all current Cobalt configs, since
float step multipliers are not yet used. To support
float step multipliers in this library, a follow up
CL will be needed to use the actual float value rather
than cast it to the existing uint32_t.

Original-Bug: b/408050829
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1243300
Original-Revision: debe488a7bc108d3dc7a0c568ed6ffc5af43014b
GitOrigin-RevId: 08c03aa70c4981fe0b6eb79fe3db42996ace1a4a
Change-Id: I6b9a0c9f782fdabc2d969f817c30fd48bbf24de1
1 file changed
tree: f4fad52cfacbf0bec3be225514cdc3168e57ed80
  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 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.