[roll] Roll fuchsia [bazel] Add //build/bazel/rules/python:py_toolchain.bzl

Move the logic used in //build/info/info.bzl to access the Python3
interpreter and runfiles into its own dedicated .bzl file, to share
it with other actions in future CLs.

+ Make the //build/info action local, since this will always be
  faster than remoting it.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1509516
Original-Revision: 7dd2f5d9c15321c36449a76711d176d5c58dcaa9
GitOrigin-RevId: 053d9d2a3e4e78a07f1177768e0546a73fb68965
Change-Id: I6b22fb784e7d705837fcb41c286d81100bd20169
1 file changed
tree: e4205b44b822b21cfb822448459e9a0abfa0cff8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  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 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.