[roll] Roll fuchsia [build][icu] Fixes up the ICU build templates

Adds a few initially omitted dep propagation stanzas.

Also (and thanks to scrutiny from aaronwood@) fixes the bug in
icu_shared_library.gni, where the unflavored "main" target was set to
`source_set` instead of `shared_library`.

But, the "fix" is to turn the library into an icu_group, and remove
icu_shared_library since it is the only use.  Original thinking was
that we'd have more code that would share this, but that didn't pan out.

Original-Bug: 117974
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/903498
Original-Revision: 9c47de3fab85285a5673e1d77ac567a2bf080bb5
GitOrigin-RevId: e83819343a5f37be8e943c67f37cc3694526666e
Change-Id: I34e7f5633bce58083d68a30ec28a63f17da46c9d
1 file changed
tree: 200e133ce85cea835e89b017e81dca9f6fe9c498
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.