aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/build/android_linux.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/build: refactor cuttlefish image code to embedFiles()Kris Alder2022-05-061-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 imageKris Alder2022-05-061-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.