Lines Matching refs:AARImport

545 type AARImport struct {  struct
565 func (a *AARImport) sdkVersion() sdkSpec { argument
569 func (a *AARImport) systemModules() string { argument
573 func (a *AARImport) minSdkVersion() sdkSpec { argument
580 func (a *AARImport) targetSdkVersion() sdkSpec { argument
584 func (a *AARImport) javaVersion() string { argument
588 var _ AndroidLibraryDependency = (*AARImport)(nil)
590 func (a *AARImport) ExportPackage() android.Path { argument
594 func (a *AARImport) ExportedProguardFlagFiles() android.Paths { argument
598 func (a *AARImport) ExportedRRODirs() []rroDir { argument
602 func (a *AARImport) ExportedStaticPackages() android.Paths { argument
606 func (a *AARImport) ExportedManifests() android.Paths { argument
611 func (a *AARImport) ExportedAssets() android.OptionalPath { argument
615 func (a *AARImport) Prebuilt() *android.Prebuilt { argument
619 func (a *AARImport) Name() string { argument
623 func (a *AARImport) JacocoReportClassesFile() android.Path { argument
627 func (a *AARImport) DepsMutator(ctx android.BottomUpMutatorContext) { argument
648 func (a *AARImport) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
719 var _ Dependency = (*AARImport)(nil)
721 func (a *AARImport) HeaderJars() android.Paths { argument
725 func (a *AARImport) ImplementationJars() android.Paths { argument
729 func (a *AARImport) ResourceJars() android.Paths { argument
733 func (a *AARImport) ImplementationAndResourcesJars() android.Paths { argument
737 func (a *AARImport) DexJarBuildPath() android.Path { argument
741 func (a *AARImport) DexJarInstallPath() android.Path { argument
745 func (a *AARImport) AidlIncludeDirs() android.Paths { argument
749 func (a *AARImport) ExportedSdkLibs() []string { argument
753 func (d *AARImport) ExportedPlugins() (android.Paths, []string) { argument
757 func (a *AARImport) SrcJarArgs() ([]string, android.Paths) { argument
761 func (a *AARImport) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { argument
765 func (g *AARImport) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVersion int) error { argument
776 module := &AARImport{}