Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go1723 xmlPermissionsFileModule *sdkLibraryXml
1932 if xmlPermissionsFileModule, ok := to.(*sdkLibraryXml); ok {
2035 type sdkLibraryXml struct { struct
2054 module := &sdkLibraryXml{}
2065 func (module *sdkLibraryXml) SubDir() string { argument
2070 func (module *sdkLibraryXml) OutputFile() android.OutputPath { argument
2075 func (module *sdkLibraryXml) AvailableFor(what string) bool { argument
2079 func (module *sdkLibraryXml) DepsMutator(ctx android.BottomUpMutatorContext) { argument
2083 func (module *sdkLibraryXml) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVersion int)… argument
2089 func (module *sdkLibraryXml) implPath() string { argument
[all …]