android-cuttlefish
android-cuttlefish copied to clipboard
Cuttlefish host support debian package.
Uses `FetcherContext` to download and extract `cvd-host_package.tar.gz` as well. Bug: b/461569369
As configured, the same set of tests runs on pull request and on the merge queue. This is redundant, and flakes can cause large delays. Ideally, we should reduce the...
This introduces a performance hit on my machine for doing a regular image download. - 1m50s to run the fetcher with eager full downloads - 3m19s to run streaming /...
Context: b/383428636 Cloud Orchestrator will set proper environment with https://github.com/google/cloud-android-orchestration/pull/486.
This still requires `--enable_sandbox=false` when used with `--host_substitutions=all`, but it's good enough for now. Tested that it works with `--enable_sandbox=false` for `--gpu_mode=guest_swiftshader` and `--gpu_mode=gfxstream`. Bug: b/402274999
Based off of @z-wen-z 's ag/25579081 and migrated from aosp/3173701 Bug: b/353330529 Test: `bazel run cuttlefish/package:cvd -- create --host_substitutions=all` and interact with device at https://localhost:1443/
Bumps the npm_and_yarn group with 2 updates in the /frontend/src/operator/webui directory: [on-headers](https://github.com/jshttp/on-headers) and [compression](https://github.com/expressjs/compression). Updates `on-headers` from 1.0.2 to 1.1.0 Release notes Sourced from on-headers's releases. 1.1.0 Important Fix CVE-2025-7339...
Bumps the go_modules group with 1 update in the /base/cvd/cuttlefish/host/commands/cvd/cli/parser/golang directory: google.golang.org/protobuf. Bumps the go_modules group with 2 updates in the /e2etests directory: [github.com/docker/docker](https://github.com/docker/docker) and [golang.org/x/crypto](https://github.com/golang/crypto). Bumps the go_modules group...
While running image that uses sve instruction, boot failed with error about handling sve instruction even the CPU supports sve instruction. It needs to enable sve instruction at crosvm side....