Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Dsdk_library_internal.go693 type sdkLibraryXml struct { struct
751 module := &sdkLibraryXml{}
761 func (module *sdkLibraryXml) UniqueApexVariations() bool { argument
768 func (module *sdkLibraryXml) BaseDir() string { argument
773 func (module *sdkLibraryXml) SubDir() string { argument
777 var _ etc.PrebuiltEtcModule = (*sdkLibraryXml)(nil)
780 func (module *sdkLibraryXml) AvailableFor(what string) bool { argument
784 func (module *sdkLibraryXml) DepsMutator(ctx android.BottomUpMutatorContext) { argument
788 var _ android.ApexModule = (*sdkLibraryXml)(nil)
791 func (module *sdkLibraryXml) ShouldSupportSdkVersion(ctx android.BaseModuleContext, argument
[all …]
H A Dsdk_library.go1906 xmlPermissionsFileModule *sdkLibraryXml
2115 if xmlPermissionsFileModule, ok := to.(*sdkLibraryXml); ok {