Home
last modified time | relevance | path

Searched defs:bootimg (Results 1 – 1 of 1) sorted by relevance

/build/soong/filesystem/
Dbootimg.go32 type bootimg struct { struct
33 android.ModuleBase
35 properties BootimgProperties
37 output android.Path
38 installDir android.InstallPath
40 bootImageType bootImageType
173 func (b *bootimg) DepsMutator(ctx android.BottomUpMutatorContext) {
180 func (b *bootimg) installFileName() string {
184 func (b *bootimg) partitionName() string {
188 func (b *bootimg) GenerateAndroidBuildActions(ctx android.ModuleContext) {
[all …]