[roll] Roll fuchsia [intl] Marks //src/intl/intl_services/config:config as testonly

This is a canonical target which should never be included in a production configuration.  A canonical
target should be marked as test only to ensure this never happens.  If you need to include this target
in a product config, you will need to list all its deps explicitly instead.

This target accidentally caused no problems. But I found an analogous issue with
`//src/intl/time_zone_info_service/config`, where it does matter - overconstrains
product configurations.

Original-Bug: 42394
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/602361
Original-Revision: 8ab4651ddc3813da09765f6d27b81e9ad387bcb7
GitOrigin-RevId: 5f90ae7734efdf96fd2cb431aa9901c4920523ad
Change-Id: I6eab4531f32839c44f547ff0fc6e4732cdb6abb8
1 file changed
tree: 64a47ac7f42fce04f6099e8ac03e7a348caf78f2
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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 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.