Home
last modified time | relevance | path

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

/build/soong/java/
Dhiddenapi_modular.go532 TransitiveStubDexJarsByScope StubDexJarsByModule
541 TransitiveStubDexJarsByScope: StubDexJarsByModule{},
583 type StubDexJarsByModule map[string]ModuleStubDexJars type
586 func (s StubDexJarsByModule) addStubDexJar(ctx android.ModuleContext, module android.Module, scope …
633 func (s StubDexJarsByModule) addStubDexJarsByModule(other StubDexJarsByModule) { argument
643 func (s StubDexJarsByModule) StubDexJarsForWidestAPIScope() android.Paths {
660 func (s StubDexJarsByModule) StubDexJarsForScope(scope *HiddenAPIScope) android.Paths {
683 StubDexJarsByScope StubDexJarsByModule
688 DependencyStubDexJarsByScope StubDexJarsByModule
695 AdditionalStubDexJarsByScope StubDexJarsByModule
[all …]