[roll] Roll fuchsia [sestarnix] Correct TYPE_PROPERTIES_ATTRIBUTE

This bug has been with us since https://fxrev.dev/957094 but it hasn't
bitten us before because (1) the policy compiler prevents types and
attributes from sharing names (so we haven't had any name collisions),
(2) the policy compiler assigns numeric IDs (so we haven't had any ID
collisions), and (3) we've always searched across all elements when
searching by ID or by name. Going forward (3) will no longer hold;
after https://fxrev.dev/1493676 we will not find aliases when searching
by ID and after https://fxrev.dev/1520736 we will not find attributes
when searching by name.

Original-Bug: 479180246
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1520738
Original-Revision: c01410a1ccb9ea54b856f9d6aa5cfb7284e1ff17
GitOrigin-RevId: 81cac7f9f64f33788b9da8377aa69e585a3d95c9
Change-Id: I2520e78b41a3d6d2d9d1f992245545c3e4805002
1 file changed
tree: df0313a5cdeed83e4e3759b3551cb1a301dcb657
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.