mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
Add a gpu argument to control the syncfd of gfxstream implemented in these CL: https://android-review.googlesource.com/q/topic:%22gfxstream-sync-fd%22+(status:open%20OR%20status:merged). Default to enabled. BUG=None TEST=launch_cvd Change-Id: Id4933b8654fc1b1bb73784bd8e1a85e73d0266d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2286237 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Kaiyi Li <kaiyili@google.com> Reviewed-by: Lingfeng Yang <lfy@google.com> Reviewed-by: Zach Reizner <zachr@chromium.org>
14 lines
256 B
TOML
14 lines
256 B
TOML
[package]
|
|
name = "gpu_renderer"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
virtio-gpu-next = []
|
|
gfxstream = []
|
|
|
|
[dependencies]
|
|
data_model = { path = "../data_model" }
|
|
libc = "*"
|
|
sys_util = { path = "../sys_util" }
|