[roll] Roll fuchsia [idk][build] Remove redundant type parameter to sdk_atom()

There is no longer a need to specify the type and schema separately.
`meta.type` was only being specified in one place in production code
and was identical to `meta.schema`. The other place both were specified
was in a unit test for sdk_atom(). Make the unit test's metadata more
realistic.

Note that `meta.type` is different from `meta.value`'s `type` or the `type`
in the `meta.source` file.

Original-Bug: 42165942
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1254193
Original-Revision: f41fb4fd54dcb6aa0e9b0d6eeaf67dfc23326fe5
GitOrigin-RevId: e79470a4ce74c08595e1e9ed89f918839d39ef83
Change-Id: I801bbae89796d99570c9886e3e2985fa0e975b62
1 file changed
tree: 892d7b810931286d77ff53e7286e116e7982c062
  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.