[roll] Roll fuchsia [sdk] Fix hermeticity of validate_json

validate_json in the `sdk` template didn't include the common.json
imported by all schemas, and it's accessed according to the tracer:

Unexpected file accesses building //sdk:e2e_testing_meta_verify(//build/toolchain/fuchsia:x64):
Reads:
  /usr/local/google/home/jayzhuang/fuchsia/build/sdk/meta/common.json

Adding it as a source fixes the issue, it's also consistent with how
`sdk_atomic` handles this:
https://fuchsia.googlesource.com/fuchsia/+/968d16b4423dd3de5ae053a17c011b32d89eabc4/build/sdk/sdk_atom.gni#198

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/490997
Original-Revision: 69953a0adb5fb7f4e7a73cfdab28ccb431d3c184
GitOrigin-RevId: 57486fb3e3a897162a414eb08ece84a9eb3edecd
Change-Id: Ifc50cf95fe5e39b43cf9fdc0d0492c734cd398d6
1 file changed
tree: f6b53bec8519a32d5ef844039acf9c6d765df3e5
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.