[roll] Roll fuchsia [sdk-tools] Fix handling numeric properties

The properties persisted via `fconfig` are stored via
commandline invocations of `ffx`. The values are then
read by invoking `ffx` and unmarshalling the values via
JSON.

Numeric values are unmarshalled as numbers which was causing
the mapping from the map to data structure to fail, since it
expected string values for all properties.

This fix changes the mapping method to use sprintf to get the
string value for each entry in the map.

Original-Fixed: 76063

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/534237
Original-Revision: aa87db92bf38871c0a5aa532a8c0603341cc98a5
GitOrigin-RevId: 79797c4032204a411c6e770ab994f0e04692885e
Change-Id: Iae70aa88dad7f1a133dca2f32311e3394530c9b6
1 file changed
tree: f73525b88ab9019476c102aca40f111c585be221
  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.