Lines Matching refs:AARImport
602 type AARImport struct { struct
629 var _ android.OutputFileProducer = (*AARImport)(nil)
632 func (a *AARImport) OutputFiles(tag string) (android.Paths, error) { argument
643 func (a *AARImport) SdkVersion(ctx android.EarlyModuleContext) android.SdkSpec { argument
647 func (a *AARImport) SystemModules() string { argument
651 func (a *AARImport) MinSdkVersion(ctx android.EarlyModuleContext) android.SdkSpec { argument
658 func (a *AARImport) TargetSdkVersion(ctx android.EarlyModuleContext) android.SdkSpec { argument
662 func (a *AARImport) javaVersion() string { argument
666 var _ AndroidLibraryDependency = (*AARImport)(nil)
668 func (a *AARImport) ExportPackage() android.Path { argument
672 func (a *AARImport) ExportedProguardFlagFiles() android.Paths { argument
676 func (a *AARImport) ExportedRRODirs() []rroDir { argument
680 func (a *AARImport) ExportedStaticPackages() android.Paths { argument
684 func (a *AARImport) ExportedManifests() android.Paths { argument
689 func (a *AARImport) ExportedAssets() android.OptionalPath { argument
695 func (a *AARImport) SetRROEnforcedForDependent(enforce bool) { argument
700 func (a *AARImport) IsRROEnforced(ctx android.BaseModuleContext) bool { argument
704 func (a *AARImport) Prebuilt() *android.Prebuilt { argument
708 func (a *AARImport) Name() string { argument
712 func (a *AARImport) JacocoReportClassesFile() android.Path { argument
716 func (a *AARImport) DepsMutator(ctx android.BottomUpMutatorContext) { argument