Searched defs:bootimg (Results 1 – 1 of 1) sorted by relevance
32 type bootimg struct { struct33 android.ModuleBase35 properties bootimgProperties37 output android.OutputPath38 installDir android.InstallPath99 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 …]