android-cuttlefish icon indicating copy to clipboard operation
android-cuttlefish copied to clipboard

Cuttlefish host support debian package.

Results 73 android-cuttlefish issues
Sort by recently updated
recently updated
newest added

Only applied to one target that is already formatted for now. https://github.com/aspect-build/rules_lint/blob/main/docs/formatting.md

The environment variables for proxy settings (http_proxy, https_proxy) must be preserved to make the bazel build work in networks with a proxy server.

Add isolation in Github CI/CD to avoid unsafe code being executed in the self-hosted runner. This could otherwise lead to the runner takeover

Supports abseil string formatting, libfmt, and ostreams. Example usage: ``` const PrettyStruct inner = PrettyStruct("Inner").Member("i1", 1).Member("i2", 2); const PrettyStruct outer = PrettyStruct("Outer").Member("o1", inner).Member("o2", inner); ``` formats as ``` Outer {...

We're now in the position to introduce a netlink driver. This driver allows cvdalloc to (transitively) set up nearly all of the network allocation and deallocation steps in a faster,...

I suspect there may be either some lack of cleanup or race that occurs when executing the tests, since the error mentions "An instance group already exists with name: cvd"....