commit | a560a229439c81bb8cb6e596698da2e9b654991f | [log] [tgz] |
---|---|---|
author | Sam Hansen <hansens@fuchsia.infra.roller.google.com> | Thu Apr 13 20:23:48 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Apr 13 13:24:49 2023 -0700 |
tree | cb17e94b2cf081af69c58945875d57eb6455907b | |
parent | 1200e0b3da3bf209d877f9661b83f75eb0848727 [diff] |
[roll] Roll fuchsia [mock-mmio-reg] Hides MockMmioReg behind interface Currently, the library requires users to create an array of MockMmioReg instances only for the purposes of passing the array to the MockMmioRegRegion's constructor (as a ptr). The tests themselves don't really ever use the array itself. Also, the MockMmioRegRegion exposes the underlying *Reg instances by way of operator[]. One complication is that this library is used across //integration repo edges, which cannot be updated atomically. This adds an intermittent backwards-compatible version. Once all the uses outside fuchsia.git are updated, the compatibility shim will be removed (and MockMmioReg hidden in a private namespace). Original-Bug: 122816 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/818728 Original-Revision: 005a16015daafe765f9813bbcb612cff289694fc GitOrigin-RevId: 056d0b1c5bc5b0a2866b17a403f555bfe96fcee1 Change-Id: Id0156e6b04d8daeb5abec36cde7fb9bac20ffe3c
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
.