[roll] Roll fuchsia [bazel][idk] Move legacy macros for C++ libraries to public .bzl files

This makes these public `.bzl` files more useful than simply forwarding
definitions, slightly reduces the complexity of the private `.bzl`
files, and allows us to use the public name (without an underscore) for
the symbolic macro, which provides the full documentation for
developers.

The legacy macros are moved exactly without changes.

NO_IFTTT=The changes to private/idk_cc_*_library.bzl are Bazel-specific refactoring.

Original-Original-Bug: 519252080
Test: fx bazel build --config=fuchsia_platform //build/bazel/rules/tests:quick_tests
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1639674
Original-Original-Revision: f5862320dbd15261de91129ccc97309cdc1f85c2
GitOrigin-RevId: d9f7e805f7ed6b856023d74ceb6a9d587a9ad38d
Change-Id: I54be98e7b6b6ec008cafde32680c2498ab8bdb5c
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1643643
Cr-Commit-Position: refs/heads/main@{#194345}
1 file changed
tree: 80927d19c3ccff38d46a70435486331ba6da2de4
  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.