Home
last modified time | relevance | path

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

/build/soong/java/
Dboot_jars.go33 …uildRuleForBootJarsPackageCheck(ctx android.ModuleContext, bootDexJarByModule bootDexJarByModule) { argument
40 Inputs(bootDexJarByModule.bootDexJarsWithoutCoverage()).
Dplatform_bootclasspath.go188 bootDexJarByModule := b.generateHiddenAPIBuildActions(ctx, b.configuredModules, b.fragments)
189 buildRuleForBootJarsPackageCheck(ctx, bootDexJarByModule)
258 …x android.ModuleContext, modules []android.Module, fragments []android.Module) bootDexJarByModule {
265 bootDexJarByModule := extractBootDexJarsFromModules(ctx, modules)
278 return bootDexJarByModule
302 …denapi-stub-flags", "monolithic hidden API stub flags", stubFlags, bootDexJarByModule.bootDexJars(…
348 return bootDexJarByModule
Dhiddenapi_modular.go797 type bootDexJarByModule map[string]android.Path type
800 func (b bootDexJarByModule) addPath(module android.Module, path android.Path) {
805 func (b bootDexJarByModule) bootDexJars() android.Paths {
815 func (b bootDexJarByModule) bootDexJarsWithoutCoverage() android.Paths {
831 EncodedBootDexFilesByModule bootDexJarByModule
1015 …ctBootDexJarsFromModules(ctx android.ModuleContext, contents []android.Module) bootDexJarByModule {
1016 bootDexJars := bootDexJarByModule{}
1226 …ncodedDexJarsFromModules(ctx android.ModuleContext, contents []android.Module) bootDexJarByModule {
1227 encodedDexJarsByModuleName := bootDexJarByModule{}
Dbootclasspath_fragment.go319 contentModuleDexJarPaths bootDexJarByModule
604 …egacyEncodedBootDexFiles(ctx android.ModuleContext, contents []android.Module) bootDexJarByModule {