android-cuttlefish
android-cuttlefish copied to clipboard
Cuttlefish host support debian package.
To create another iso image file which use aosp kernel.
There were already Github-specific changes, so both versions needed to be combined. shared_fd.h/cpp CLs: aosp/3389961, aosp/3195074, aosp/3247777, aosp/3434842, aosp/3502986 shared_buf.h/cc CLs: aosp/3080635 Bug: 402211644
This was originally in the Cuttlefish project but was then moved to gfxstream project in order to simplify building with glibc as a prebuilt for aarch64 support. This can be...
- Powerbtn logic was coded directly into cvd in https://github.com/google/android-cuttlefish/pull/898
Move operator_proxy out of staging. Build the socket2socket_proxy utility as part of the libcuttlefish_utils library.
Implement two options to control two crosvm's command line options below: * --crosvm_simple-media-device * --crosvm_v4l2-proxy=
Bug: b/398057979
This change coincides with [aosp/3502986](aosp/3502986) Note this is the 'MVP' version of feature. There are plans to enhance the feature with more robust configuration via planned v1 implementation, outlined at:...