| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/build: refactor cuttlefish image code to embedFiles() | Kris Alder | 2022-05-06 | 1 | -67/+0 |
| | | | | | | | Since most of the image mounting code is duplicated, we can instead extract it to an embedFiles() function that takes a callback. The Linux- or Android-specific code can be in the callback. | ||||
| * | pkg/build: build Android kernel and embed in Cuttlefish image | Kris Alder | 2022-05-06 | 1 | -0/+67 |
| Android uses some config files (specified with the BUILD_CONFIG environment variable) to configure kernel builds. KASan configurations already exist. We want to mount the image, install a new Cuttlefish emulator binary (using fetch_cvd) and copy over the kernel that we've built. | |||||
