| commit | f95bef2b30b181dd98ecd0d2df8751a63f4c59db | [log] [tgz] |
|---|---|---|
| author | Clayton Wilkinson <wilkinsonclay@fuchsia.infra.roller.google.com> | Tue May 25 23:12:26 2021 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue May 25 16:13:29 2021 -0700 |
| tree | f73525b88ab9019476c102aca40f111c585be221 | |
| parent | 3a09b2ead15732b139709ff265af610a6dac9f6e [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.