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