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.OutputPath
38 installDir android.InstallPath
99 func (b *bootimg) DepsMutator(ctx android.BottomUpMutatorContext) {
106 func (b *bootimg) installFileName() string {
110 func (b *bootimg) partitionName() string {
114 func (b *bootimg) GenerateAndroidBuildActions(ctx android.ModuleContext) {
130 func (b *bootimg) buildBootImage(ctx android.ModuleContext, vendor bool) android.OutputPath {
[all …]