[roll] Roll fuchsia [bazel][idk][test] Add //sdk/history files for test shared libraries

Although the test shared library atoms are currently only built at
"PLATFORM", Bazel queries evaluate all values of
`idk_buildable_api_levels` in `get_golden_file()`, and this fails if the
golden file does not exist.

Add the files so that those queries, such as the `genquery` in
`//build/bazel/scripts/bazel_action_impl.py`, will succeed. This also
unblocks building them at specific API levels, as in the second Test
below.

Original-Bug: 500485175
Test: fx bazel query "buildfiles(deps(//build/bazel/rules/tests:tests))"
Test: fx bazel build --config=fuchsia --copt="-ffuchsia-api-level=4291821568" --@//build/bazel:fuchsia_api_level=NEXT //build/bazel/bazel_idk/tests:test-shared-library_idk
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1568094
Original-Revision: 7fa3df0463b558e18f74e00da913b313ecf13d3e
GitOrigin-RevId: 4d5202703eb08e885843754f8d0ba646a0281ad9
Change-Id: Ifd0d2a9c7d84e71662e1ae691b3b0fcbc56e5d6b
1 file changed
tree: e562d9c40d27f47b3d7261ebd6c020e62e05937d
  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.