[roll] Roll fuchsia [wlan][common] Remove incorrect TimeUnit arithmetic The TimeUnit type no longer supports mutiplying two TimeUnit types together. The result of such a multiplication probably should have been a TimeUnit^2, but such a unit is not currently supported. Additionally, saturated multiplication and saturated addition are now used to implement the ops::Add and ops::Mul traits, similar to how zx::Duration saturates for those implementations too. Test: 1. Added new unit tests for saturated arithmetic. 2. Remove unit tests for now unsupported TimeUnit arithmetic. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/679222 Original-Revision: 6e53106a301af6f52df9510c5801e388b759ec6a GitOrigin-RevId: e957364c404e5a04f0d5f1ad24185b54a55b5129 Change-Id: I7844fa73c744980f2746745afda4ed6a71914f46
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.