Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go2341 type sdkLibraryXml struct { struct
2342 android.ModuleBase
2343 android.DefaultableModuleBase
2344 android.ApexModuleBase
2346 properties sdkLibraryXmlProperties
2348 outputFilePath android.OutputPath
2349 installDirPath android.InstallPath
2351 hideApexVariantFromMake bool
2372 func (module *sdkLibraryXml) UniqueApexVariations() bool {
2379 func (module *sdkLibraryXml) BaseDir() string {
[all …]