[roll] Roll fuchsia [fidl] Fix incorrect use of .test.fidl extension

This renames some files to use the .fidl extension instead of .test.fidl
when they belong to a FIDL libraries with sdk_category set. The
.test.fidl extension is meant for non-production code not held to usual
standards, such as files used to test the FIDL toolchain itself. It is
not appropriate for libraries in the SDK (even if currently "internal")
that support writing tests.

Some libraries were marked sdk_category = "internal" but only used in
tests. For them, I left the .test.fidl filenames alone, removed the
sdk_category, and added testonly = true.

Test: cd out/default && xargs fx build < all_fidl_json.txt
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1003653
Owners-Override: Adam Barth <abarth@google.com>
Original-Revision: 694a904c505350ab35b7028cc1c5353ff9d2cf73
GitOrigin-RevId: 5b3390cf1f2a00290a89d11e120d4327020a94b6
Change-Id: Idc190c023263d23d6e56531780aee88496f81d90
1 file changed
tree: d8d1307b555555e01f19372bf8ba9205fc0fed8f
  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.