[roll] Roll fuchsia [idk] Distinct molecules for PLATFORM vs. each API level

Once downstream dependencies are resolved, there will be very little
overlap between atoms built at "PLATFORM" that are included in the IDK
and those built at each API level.

Make a clearer distinction between fuchsia_idk_atoms that are built at
"PLATFORM" vs. those built for individual API levels in sub-builds by
dividing ":fuchsia_idk_atoms" into
":fuchsia_idk_atoms_for_main_platform_build" and
":fuchsia_idk_atoms_for_each_api_level", respectively.

Merge ":fuchsia_idk_atoms_for_each_api_level_and_platform" into
":fuchsia_idk_atoms_for_each_api_level" and explicitly depend on the
current exceptions tracked by https://fxbug.dev/310006516.

The targets mentioned above are only defined in the toolchains that need
them. The conditions are defined so as to avoid changes in git blame for
other targets.

Only include `host_tools_deps` in the "PLATFORM" build rather than
silently ignoring them when targeting other API levels. (If we need to
support building host tool targets at individual API levels in the future,
more extensive changes will be needed.)

Original-Bug: 347094435
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1076963
Original-Revision: c858e1494913397872d4f0b0f1970d0163919dc0
GitOrigin-RevId: d00a923be7f6980c1b4a3f69510432f3693105be
Change-Id: I5382dbea8dfae6b4fc18e0c50849101cf95ec112
1 file changed
tree: 50a56b4508eed34e5805865a2b7fbd707af83e49
  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 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.