Lines Matching defs:platformBootclasspathModule
40 type platformBootclasspathModule struct { struct
41 android.SingletonModuleBase
42 ClasspathFragmentBase
44 properties platformBootclasspathProperties
47 configuredModules []android.Module
50 fragments []android.Module
53 hiddenAPIFlagsCSV android.OutputPath
56 hiddenAPIIndexCSV android.OutputPath
59 hiddenAPIMetadataCSV android.OutputPath
78 func (b *platformBootclasspathModule) AndroidMkEntries() (entries []android.AndroidMkEntries) {
90 func (b *platformBootclasspathModule) OutputFiles(tag string) (android.Paths, error) {
103 func (b *platformBootclasspathModule) DepsMutator(ctx android.BottomUpMutatorContext) {
115 func (b *platformBootclasspathModule) hiddenAPIDepsMutator(ctx android.BottomUpMutatorContext) {
125 func (b *platformBootclasspathModule) BootclasspathDepsMutator(ctx android.BottomUpMutatorContext) {
155 func (b *platformBootclasspathModule) GenerateSingletonBuildActions(android.SingletonContext) {
159 func (d *platformBootclasspathModule) MakeVars(ctx android.MakeVarsContext) {
163 func (b *platformBootclasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
194 …nc (b *platformBootclasspathModule) generateClasspathProtoBuildActions(ctx android.ModuleContext) {
201 …*platformBootclasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList {
220 … (b *platformBootclasspathModule) platformJars(ctx android.PathContext) android.ConfiguredJarList {
226 …ormBootclasspathModule) checkPlatformModules(ctx android.ModuleContext, modules []android.Module) {
241 …latformBootclasspathModule) checkApexModules(ctx android.ModuleContext, modules []android.Module) {
269 …x android.ModuleContext, modules []android.Module, fragments []android.Module) bootDexJarByModule {
364 …enAPIInfo(ctx android.ModuleContext, classpathElements ClasspathElements) MonolithicHiddenAPIInfo {
381 …tx android.ModuleContext, desc string, inputPaths android.Paths, outputPath android.WritablePath) {
394 func (b *platformBootclasspathModule) generateHiddenApiMakeVars(ctx android.MakeVarsContext) {
403 func (b *platformBootclasspathModule) generateBootImageBuildActions(ctx android.ModuleContext) {
420 …c (b *platformBootclasspathModule) generateBootImage(ctx android.ModuleContext, imageName string) {
449 …Module) copyApexBootJarsForAppsDexpreopt(ctx android.ModuleContext, apexModules []android.Module) {
455 …ule) getModulesForImage(ctx android.ModuleContext, imageConfig *bootImageConfig) []android.Module {