Searched defs:bootImageConfig (Results 1 – 2 of 2) sorted by relevance
227 type bootImageConfig struct { struct229 extends *bootImageConfig232 name string235 stem string238 dir android.OutputPath241 symbolsDir android.OutputPath244 installDirOnHost string247 installDirOnDevice string250 modules android.ConfiguredJarList253 dexPaths android.WritablePaths // for this image[all …]
167 produceBootImageFiles(ctx android.ModuleContext, imageConfig *bootImageConfig) bootImageFilesByArch477 …dCopyBootFilesToPredefinedLocations(ctx android.ModuleContext, imageConfig *bootImageConfig) bool {