Lines Matching defs:AARImport
545 type AARImport struct { struct
546 android.ModuleBase
547 android.DefaultableModuleBase
548 android.ApexModuleBase
549 prebuilt android.Prebuilt
552 embeddableInModuleAndImport
554 properties AARImportProperties
556 classpathFile android.WritablePath
557 proguardFlags android.WritablePath
558 exportPackage android.WritablePath
559 extraAaptPackagesFile android.WritablePath
560 manifest android.WritablePath
562 exportedStaticPackages android.Paths
565 func (a *AARImport) sdkVersion() sdkSpec {
569 func (a *AARImport) systemModules() string {
573 func (a *AARImport) minSdkVersion() sdkSpec {
580 func (a *AARImport) targetSdkVersion() sdkSpec {
584 func (a *AARImport) javaVersion() string {
590 func (a *AARImport) ExportPackage() android.Path {
594 func (a *AARImport) ExportedProguardFlagFiles() android.Paths {
598 func (a *AARImport) ExportedRRODirs() []rroDir {
602 func (a *AARImport) ExportedStaticPackages() android.Paths {
606 func (a *AARImport) ExportedManifests() android.Paths {
611 func (a *AARImport) ExportedAssets() android.OptionalPath {
615 func (a *AARImport) Prebuilt() *android.Prebuilt {
619 func (a *AARImport) Name() string {
623 func (a *AARImport) JacocoReportClassesFile() android.Path {
627 func (a *AARImport) DepsMutator(ctx android.BottomUpMutatorContext) {
648 func (a *AARImport) GenerateAndroidBuildActions(ctx android.ModuleContext) {
721 func (a *AARImport) HeaderJars() android.Paths {
725 func (a *AARImport) ImplementationJars() android.Paths {
729 func (a *AARImport) ResourceJars() android.Paths {
733 func (a *AARImport) ImplementationAndResourcesJars() android.Paths {
737 func (a *AARImport) DexJarBuildPath() android.Path {
741 func (a *AARImport) DexJarInstallPath() android.Path {
745 func (a *AARImport) AidlIncludeDirs() android.Paths {
749 func (a *AARImport) ExportedSdkLibs() []string {
753 func (d *AARImport) ExportedPlugins() (android.Paths, []string) {
757 func (a *AARImport) SrcJarArgs() ([]string, android.Paths) {
761 func (a *AARImport) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool {
765 func (g *AARImport) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVersion int) error {