android-cuttlefish
android-cuttlefish copied to clipboard
Cuttlefish host support debian package.
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 {...
Bug: b/418182565
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,...
Bug: b/474339886
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"....