[roll] Roll fuchsia [lacewing][sdk] Hermetically distribute RTC conformance test.

* Update IDK's content: Replaced PYZ, shared libs, IR-files with a Rust executable that self extracts and executes Python

```
sdk://python
        └── <test_name>
            ├── meta.json
            └── <api_level>
                ├── <test_name>_bin
                └── params.yaml
```

* Remove "min_python_version" from SDK element's JSON schema since a compatible runtime is now embedded in the executable

* Update Bazel rules accordingly

Original-Bug: https://fxbug.dev/330221760
Test: Without LSC - Confirmed in local E2E test that new hermetically packaged test runs in Bazel repo (http://gpaste/4848531761528832)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1121119
Original-Revision: d78b6b88068e36dcc6237cb27c4515e36dc6f9c0
GitOrigin-RevId: 975644b4d35ac8749aa2820beb81785646b5c82d
Change-Id: Id92c7335ecc09a9d3d8dddf59803476ff563bbbc
1 file changed
tree: aed80b3e61bfe795caa68143fddb09e6e3debacd
  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.