Lines Matching refs:sdkLibraryXml
1924 xmlPermissionsFileModule *sdkLibraryXml
2164 if xmlPermissionsFileModule, ok := to.(*sdkLibraryXml); ok {
2341 type sdkLibraryXml struct { struct
2362 module := &sdkLibraryXml{}
2372 func (module *sdkLibraryXml) UniqueApexVariations() bool {
2379 func (module *sdkLibraryXml) BaseDir() string {
2384 func (module *sdkLibraryXml) SubDir() string {
2389 func (module *sdkLibraryXml) OutputFile() android.OutputPath {
2394 func (module *sdkLibraryXml) AvailableFor(what string) bool {
2398 func (module *sdkLibraryXml) DepsMutator(ctx android.BottomUpMutatorContext) {
2402 var _ android.ApexModule = (*sdkLibraryXml)(nil)
2405 func (module *sdkLibraryXml) ShouldSupportSdkVersion(ctx android.BaseModuleContext,
2412 func (module *sdkLibraryXml) implPath(ctx android.ModuleContext) string {
2433 func (module *sdkLibraryXml) GenerateAndroidBuildActions(ctx android.ModuleContext) {
2450 func (module *sdkLibraryXml) AndroidMkEntries() []android.AndroidMkEntries {