commit | e3465c6b71a7da95809c8c4f108e9e73752e575c | [log] [tgz] |
---|---|---|
author | Clayton Wilkinson <wilkinsonclay@google.com> | Tue Feb 04 07:36:20 2025 -0800 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 04 07:36:20 2025 -0800 |
tree | 7b2d223985f45826214835722d3f5d03003a3b41 | |
parent | 79c6af3f00e604a359d4b5562ea3e9f7e14c963b [diff] |
[ffx][fho] Removing reference to TargetInfoQuery This removes the reference to TargetInfoQuery in the DeviceLookup trait. All the usages of this trait used Option<String> to create a TargetInfoQuery, so the trait was updated to use Option<String> and the underlying implementation now accepts `impl Into<TargetInfoQuery>` to localize the usage of this data type. This is part of the refactoring of fho to remove all target and FIDL dependencies so non-device related tools will build faster. Change-Id: Ib451b8ee0d5e17c441f68eb41e41f781f6df2f13 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1198425 Commit-Queue: Clayton Wilkinson <wilkinsonclay@google.com> Reviewed-by: Steven Grady <slgrady@google.com>
Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.
We expect everyone interacting with our project to respect our code of conduct.
Read more about Fuchsia's principles.
See Getting Started.
See fuchsia.dev.