Home
last modified time | relevance | path

Searched refs:bootDexInfoByModule (Results 1 – 1 of 1) sorted by relevance

/build/soong/java/
Dhiddenapi_modular.go939 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 type
1054 func (b bootDexInfoByModule) bootDexJars() android.Paths {
1064 …tBootDexInfoFromModules(ctx android.ModuleContext, contents []android.Module) bootDexInfoByModule {
1065 bootDexJarsByModule := bootDexInfoByModule{}