commit | 1b6862eec2a2f442b1712d71cdac0a6271c73388 | [log] [tgz] |
---|---|---|
author | Mitchell Kember <mkember@fuchsia.infra.roller.google.com> | Mon Mar 11 17:39:09 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 11 10:40:47 2024 -0700 |
tree | d8d1307b555555e01f19372bf8ba9205fc0fed8f | |
parent | 2e0c46637d84a225da2b45ac6410c9b06201b2d4 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.