Searched refs:bootDexInfoByModule (Results 1 – 1 of 1) sorted by relevance
939 bootDexInfoByModule := extractBootDexInfoFromModules(ctx, contents)943 …enAPIStubFlagsFile", "modular hiddenapi stub flags", stubFlagsCSV, bootDexInfoByModule.bootDexJars…976 for _, name := range android.SortedStringKeys(bootDexInfoByModule) {977 bootDexInfo := bootDexInfoByModule[name]1051 type bootDexInfoByModule map[string]bootDexInfo type1054 func (b bootDexInfoByModule) bootDexJars() android.Paths {1064 …tBootDexInfoFromModules(ctx android.ModuleContext, contents []android.Module) bootDexInfoByModule {1065 bootDexJarsByModule := bootDexInfoByModule{}