Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go2050 type sdkLibraryXml struct { struct
2051 android.ModuleBase
2052 android.DefaultableModuleBase
2053 android.ApexModuleBase
2055 properties sdkLibraryXmlProperties
2057 outputFilePath android.OutputPath
2058 installDirPath android.InstallPath
2080 func (module *sdkLibraryXml) SubDir() string {
2085 func (module *sdkLibraryXml) OutputFile() android.OutputPath {
2090 func (module *sdkLibraryXml) AvailableFor(what string) bool {
[all …]