Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go2035 type sdkLibraryXml struct { struct
2036 android.ModuleBase
2037 android.DefaultableModuleBase
2038 android.ApexModuleBase
2040 properties sdkLibraryXmlProperties
2042 outputFilePath android.OutputPath
2043 installDirPath android.InstallPath
2065 func (module *sdkLibraryXml) SubDir() string {
2070 func (module *sdkLibraryXml) OutputFile() android.OutputPath {
2075 func (module *sdkLibraryXml) AvailableFor(what string) bool {
[all …]