[roll] Roll fuchsia [build][sdk] Delete unnecessary `api` file parameters

Delete `api` parameters in C++ SDK atoms where the value specified
matches the default, which is based on the `sdk_name` parameter and path
to the target. Such instances add clutter and distract from real
overrides. Add asserts to prevent new instances from being added.

Also update `zx_library()` to not specify `api` for targets already
under `//sdk/`. This causes three files for async-* to move next to
their BUILD file rather than being a single file in a different
directory.

Add similar asserts for the `output_name` parameter of the compiled
library templates

Original-Bug: 366221510
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1130239
Original-Revision: bde06ce2b7b2f0d001fe7462fec9fa23d5f881c2
GitOrigin-RevId: 26eeca2ec322e08809f123417e05fbe5f5dc1385
Change-Id: I5809603d85da0fa7c57486c70bd0716fd8f8a15c
1 file changed
tree: 51cb441f19e0cda66e81789b9616606e4458a73a
  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.