[roll] Roll fuchsia [idk][build] Record correct stable value in .sdk manifests

In attempting to match the presence of "stable" in meta.json files,
sdk_atom() was writing `"stable": false` to the internal .sdk manifest
files for atom types that doe not support unstable atoms.

Change the meaning of the "stable" field in .sdk manifest files to
represent whether the atom is stable, regardless of whether the atom
type supports unstable atoms.

Original-Bug: 408003238
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1246507
Original-Revision: dde966aa895b45ed70b184453066cbe12d6024aa
GitOrigin-RevId: 9223d72d638e3f90fc78fb6b4e50e957d4432ce1
Change-Id: I7fd8b588d2938dc2a893fa5dd9c52a75486d88c3
1 file changed
tree: 5bfcf6565e82f481894fd6e67e69cf16c2d96024
  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.