roll: recipes_version.txt: bazel: Fix trimming behavior

Previously a block like this:

    irrelevant line 1

    irrelevant line 2

    block we care about

    irrelevant line 3

    irrelevant line 4

Would be trimmed to this:

    irrelevant line 2

    block we care about

This was because it looked for the first blank line preceding the part
we care about. Now it looks for the last such blank line.

Original-Bug: b/355424795
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/infra/recipes/+/226067
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>

https://pigweed.googlesource.com/infra/recipes
recipes_version.txt Rolled-Commits: d65e8c97c10d590..4fe9671cd0d8eec

GitOrigin-RevId: c91277e0024f2444f02552d3b608757f1181083c
Change-Id: I25d35f59d6216740615a09c5dbde5076e6badcb7
1 file changed
tree: c385304623c99d354440a4e864ad00a95578b81d
  1. generated/
  2. AUTHORS
  3. LICENSE
  4. README.md
  5. recipes_version.txt
README.md

Pigweed Config

This repository contains configs for Pigweed. The source of truth for these configs is the corresponding internal repository.