[roll] Roll fuchsia [refresh-bazel-compdb] Use bazel_args to determine bazel optimization mode.

Previously, the `refresh-bazel-compdb` tool used the `optimize`
argument from GN-generated `args.json` to determine the bazel
optimization mode.

Since `args.json` doesn't provide the `optimize` argument anymore, this
command is broken for balanced and release builds as it cannot get the
correct optimization mode.

This change fixes this issue by using the arguments from
bazel_args/args.json instead.

Original-Bug: 495869705
Test: `fx refresh-bazel-compdb --dir <dir>` on core.vim3 (balanced)
NO_IFTTT=This fixes the incorrect optimize definition in the script; the
         mapping in the `ThenChange` file is correct and doesn't need to
         be changed.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1552143
Original-Revision: aceb3e0d04b7b560cb75c8dc1189e1c8425242e8
GitOrigin-RevId: 63a106d735427b3e59b1e5512dae127c043d89fe
Change-Id: I2ed2f15a77130515790826ab861ba9c9dedf73d8
1 file changed
tree: 2e40cfb165d3cd197c2d5e06de00d19473ee65e8
  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.