Searched refs:bootDexJarByModule (Results 1 – 5 of 5) sorted by relevance
/build/soong/java/ |
D | boot_jars.go | 33 …uildRuleForBootJarsPackageCheck(ctx android.ModuleContext, bootDexJarByModule bootDexJarByModule) { argument 34 bootDexJars := bootDexJarByModule.bootDexJarsWithoutCoverage()
|
D | platform_bootclasspath.go | 214 bootDexJarByModule := b.generateHiddenAPIBuildActions(ctx, b.configuredModules, b.fragments) 215 buildRuleForBootJarsPackageCheck(ctx, bootDexJarByModule) 296 …x android.ModuleContext, modules []android.Module, fragments []android.Module) bootDexJarByModule { 312 bootDexJarByModule := extractBootDexJarsFromModules(ctx, modules) 319 return bootDexJarByModule 335 return bootDexJarByModule 350 …denapi-stub-flags", "monolithic hidden API stub flags", stubFlags, bootDexJarByModule.bootDexJars(… 396 return bootDexJarByModule
|
D | hiddenapi_modular.go | 928 type bootDexJarByModule map[string]android.Path type 931 func (b bootDexJarByModule) addPath(module android.Module, path android.Path) { 936 func (b bootDexJarByModule) bootDexJars() android.Paths { 946 func (b bootDexJarByModule) bootDexJarsWithoutCoverage() android.Paths { 963 EncodedBootDexFilesByModule bootDexJarByModule 1235 …uleContext, bootDexInfoByModule bootDexInfoByModule, allFlagsCSV android.Path) bootDexJarByModule { 1237 encodedBootDexJarsByModule := bootDexJarByModule{} 1269 …ctBootDexJarsFromModules(ctx android.ModuleContext, contents []android.Module) bootDexJarByModule { 1270 bootDexJars := bootDexJarByModule{}
|
D | bootclasspath_fragment.go | 365 contentModuleDexJarPaths bootDexJarByModule 390 func (i BootclasspathFragmentApexContentInfo) DexBootJarPathMap() bootDexJarByModule { 797 …urce(ctx android.ModuleContext, contents []android.Module, modules bootDexJarByModule) android.Wri…
|
D | dexpreopt_bootjars.go | 709 …thFragments(ctx android.ModuleContext, apexJarModulePairs []apexJarModulePair) bootDexJarByModule { 711 encodedDexJarsByModuleName := bootDexJarByModule{} 781 …definedLocations(ctx android.ModuleContext, srcBootDexJarsByModule bootDexJarByModule, dstBootJars… argument
|