Home
last modified time | relevance | path

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

/build/soong/filesystem/
Dbootimg.go32 type bootimg struct { struct
86 module := &bootimg{}
99 func (b *bootimg) DepsMutator(ctx android.BottomUpMutatorContext) { argument
106 func (b *bootimg) installFileName() string { argument
110 func (b *bootimg) partitionName() string { argument
114 func (b *bootimg) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
128 func (b *bootimg) buildBootImage(ctx android.ModuleContext, vendor bool) android.OutputPath { argument
220 func (b *bootimg) signImage(ctx android.ModuleContext, unsignedImage android.OutputPath) android.Ou… argument
235 func (b *bootimg) buildPropFile(ctx android.ModuleContext) (propFile android.OutputPath, toolDeps a… argument
261 var _ android.AndroidMkEntriesProvider = (*bootimg)(nil)
[all …]
DAndroid.bp15 "bootimg.go",