[roll] Roll fuchsia [bazel_sdk] Make BUILD.bazel files non-executable.

Set "executable = False" in template expansion and file creation
calls that generate *.bazel / *.bzl / WORKSPACE files.

Verified by generating the sdk, and viewing the perms for every
.*.bazel and .*.bzl file in the output directory.

    fx build generate_fuchsia_sdk_repository
    cd $(fx bazel info output_base)/external/fuchsia_sdk
    ls -alh -R | grep "\.bzl\|\.bazel"

Original-Bug: b/301462552
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/924053
Original-Revision: c76597b993733ed7292aed4a883432b7e885e185
GitOrigin-RevId: 21bad8d4373846b4661b369b5ba34257e1f0c13a
Change-Id: Ide44355ac57e1f88fae0a0d8b12134a4ff2e8727
1 file changed
tree: 064b64a307f43eb5b539da7090735d19e6aefba9
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 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.