• Home
  • Raw
  • Download

Lines Matching defs:platformBootclasspathModule

47 type platformBootclasspathModule struct {  struct
48 android.ModuleBase
49 ClasspathFragmentBase
51 properties platformBootclasspathProperties
54 configuredModules []android.Module
57 fragments []android.Module
60 apexNameToFragment map[string]android.Module
63 libraryToApex map[android.Module]string
66 hiddenAPIFlagsCSV android.OutputPath
69 hiddenAPIIndexCSV android.OutputPath
72 hiddenAPIMetadataCSV android.OutputPath
89 func (b *platformBootclasspathModule) AndroidMkEntries() (entries []android.AndroidMkEntries) {
100 func (b *platformBootclasspathModule) DepsMutator(ctx android.BottomUpMutatorContext) {
150 func (b *platformBootclasspathModule) hiddenAPIDepsMutator(ctx android.BottomUpMutatorContext) {
169 func (b *platformBootclasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
220 …nc (b *platformBootclasspathModule) generateClasspathProtoBuildActions(ctx android.ModuleContext) {
228 …*platformBootclasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList {
247 … (b *platformBootclasspathModule) platformJars(ctx android.PathContext) android.ConfiguredJarList {
254 …ormBootclasspathModule) checkPlatformModules(ctx android.ModuleContext, modules []android.Module) {
269 …latformBootclasspathModule) checkApexModules(ctx android.ModuleContext, modules []android.Module) {
301 …classpathModule) generateHiddenAPIBuildActions(ctx android.ModuleContext, modules []android.Module,
407 …enAPIInfo(ctx android.ModuleContext, classpathElements ClasspathElements) MonolithicHiddenAPIInfo {
424 …tx android.ModuleContext, desc string, inputPaths android.Paths, outputPath android.WritablePath) {