Home
last modified time | relevance | path

Searched defs:scopePaths (Results 1 – 1 of 1) sorted by relevance

/build/soong/java/
Dsdk_library.go495 type scopePaths struct { struct
499 stubsHeaderPath android.Paths
504 stubsImplPath android.Paths
507 currentApiFilePath android.OptionalPath
510 removedApiFilePath android.OptionalPath
513 stubsSrcJar android.OptionalPath
516 func (paths *scopePaths) extractStubsLibraryInfoFromDependency(dep android.Module) error {
526 …ths) treatDepAsApiStubsProvider(dep android.Module, action func(provider ApiStubsProvider)) error {
535 …reatDepAsApiStubsSrcProvider(dep android.Module, action func(provider ApiStubsSrcProvider)) error {
544 func (paths *scopePaths) extractApiInfoFromApiStubsProvider(provider ApiStubsProvider) {
[all …]