commit | 4f494ae0c98e5bfc07299667ac9c01fa03c6ad0a | [log] [tgz] |
---|---|---|
author | Ian McKellar <ianloic@fuchsia.infra.roller.google.com> | Thu Aug 08 22:27:01 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 08 15:28:04 2024 -0700 |
tree | 9d0b27716adacd7df829787788038424315da3af | |
parent | 714c6810dc561ebe0518144a0c6b9e8d301c4ce2 [diff] |
[roll] Roll fuchsia [abi-compat] Ensure that protocols use is consistent with @discoverable The @discoverable(server=X, client=Y) attributes specify how we support protocol capabilities being exposed from platform and external components. Discoverable protocol endpoints can also be passed between components through normal methods and events. This extends the compatibility checker to ensure that for protocols which restrict the scopes in which they can be used (eg: only allow servers in the platform) endpoints to those protocols aren't exchanged in violation of that. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1097806 Original-Revision: 6f361f1afefda8bc50e675a3236f12e812ab42d4 GitOrigin-RevId: e3d17763b672335c312999917774a08fd0e6123c Change-Id: I330cc64bc0d5ff5537b917bf6103bc045dc10767
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
.