Lines Matching defs:apexBundle

418 type apexBundle struct {  struct
420 android.ModuleBase
421 android.DefaultableModuleBase
422 android.OverridableModuleBase
425 properties apexBundleProperties
426 targetProperties apexTargetBundleProperties
427 archProperties apexArchBundleProperties
428 overridableProperties overridableProperties
429 vndkProperties apexVndkProperties // only for apex_vndk modules
430 testProperties apexTestProperties // only for apex_test modules
436 publicKeyFile android.Path
437 privateKeyFile android.Path
440 containerCertificateFile android.Path
441 containerPrivateKeyFile android.Path
444 testApex bool
445 vndkApex bool
448 payloadFsType fsType
452 linkToSystemLib bool
456 filesInfo []apexFile
459 unwantedTransitiveFilesInfo []apexFile
462 duplicateTransitiveFilesInfo []apexFile
465 makeModulesToInstall []string
471 manifestJsonOut android.WritablePath
474 manifestPbOut android.WritablePath
477 fileContexts android.WritablePath
481 outputFile android.WritablePath
484 outputApexFile android.WritablePath
491 bundleModuleFile android.WritablePath
494 installDir android.InstallPath
497 installedFile android.InstallPath
500 apexKeysPath android.WritablePath
503 compatSymlinks android.InstallPaths
507 installedFilesFile android.Path
511 android.ApexBundleDepsInfo
514 lintReports android.Paths
516 isCompressed bool
519 nativeApisUsedByModuleFile android.ModuleOutPath
520 nativeApisBackedByModuleFile android.ModuleOutPath
521 javaApisUsedByModuleFile android.ModuleOutPath
523 aconfigFiles []android.Path
526 required []string
773 func (a *apexBundle) combineProperties(ctx android.BottomUpMutatorContext) {
782 func (a *apexBundle) getImageVariationPair() (string, string) {
799 func (a *apexBundle) getImageVariation() string {
804 func (a *apexBundle) DepsMutator(ctx android.BottomUpMutatorContext) {
894 func (a *apexBundle) OverridablePropertiesDepsMutator(ctx android.BottomUpMutatorContext) {
939 func (a *apexBundle) ApexVariationName() string {
954 func (a *apexBundle) ApexInfoMutator(mctx android.TopDownMutatorContext) {
1100 func (a *apexBundle) checkStrictUpdatabilityLinting(mctx android.ModuleContext) bool {
1231 func (a *apexBundle) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool {
1237 func (a *apexBundle) Exportable() bool {
1241 func (a *apexBundle) TaggedOutputs() map[string]android.Paths {
1250 func (a *apexBundle) IsNativeCoverageNeeded(ctx cc.IsNativeCoverageNeededContext) bool {
1255 func (a *apexBundle) SetPreventInstall() {
1260 func (a *apexBundle) HideFromMake() {
1268 func (a *apexBundle) MarkAsCoverageVariant(coverage bool) {
1273 func (a *apexBundle) EnableCoverageIfNeeded() {}
1278 func (a *apexBundle) Updatable() bool {
1282 func (a *apexBundle) FutureUpdatable() bool {
1286 func (a *apexBundle) UsePlatformApis() bool {
1297 func (a *apexBundle) skipValidation(validationType apexValidationType) bool {
1309 func (a *apexBundle) getCertString(ctx android.BaseModuleContext) string {
1325 func (a *apexBundle) installable() bool {
1330 func (a *apexBundle) testOnlyShouldSkipPayloadSign() bool {
1335 func (a *apexBundle) testOnlyShouldForceCompression() bool {
1340 func (a *apexBundle) dynamic_common_lib_apex() bool {
1348 func (a *apexBundle) EnableSanitizer(sanitizerName string) {
1354 func (a *apexBundle) IsSanitizerEnabled(config android.Config, sanitizerName string) bool {
1368 …a *apexBundle) AddSanitizerDependencies(ctx android.BottomUpMutatorContext, sanitizerName string) {
1647 …nc (a *apexBundle) WalkPayloadDeps(ctx android.BaseModuleContext, do android.PayloadDepsCallback) {
1674 func (a *apexBundle) WalkPayloadDepsProxy(ctx android.BaseModuleContext,
1722 func (a *apexBundle) setCompression(ctx android.ModuleContext) {
1730 func (a *apexBundle) setSystemLibLink(ctx android.ModuleContext) {
1754 func (a *apexBundle) setPayloadFsType(ctx android.ModuleContext) {
1768 func (a *apexBundle) isCompressable() bool {
1778 func (a *apexBundle) commonBuildActions(ctx android.ModuleContext) bool {
1865 func (a *apexBundle) enforcePartitionTagOnApexSystemServerJar(ctx android.ModuleContext) {
1886 …e) depVisitor(vctx *visitorContext, ctx android.ModuleContext, child, parent android.Module) bool {
2199 func (a *apexBundle) shouldCheckDuplicate(ctx android.ModuleContext) bool {
2216 func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) {
2314 func (a *apexBundle) providePrebuiltInfo(ctx android.ModuleContext) {
2325 func (a *apexBundle) provideApexExportsInfo(ctx android.ModuleContext) {
2340 func (a *apexBundle) setOutputFiles(ctx android.ModuleContext) {
2351 func (a *apexBundle) enforceAppUpdatability(mctx android.ModuleContext) {
2543 func (a *apexBundle) CheckMinSdkVersion(ctx android.ModuleContext) {
2553 func (a *apexBundle) minSdkVersionValue(ctx android.EarlyModuleContext) string {
2572 func (a *apexBundle) MinSdkVersion(ctx android.EarlyModuleContext) android.ApiLevel {
2577 func (a *apexBundle) minSdkVersion(ctx android.EarlyModuleContext) android.ApiLevel {
2582 func (a *apexBundle) checkStaticLinkingToStubLibraries(ctx android.ModuleContext) {
2626 func (a *apexBundle) checkUpdatable(ctx android.ModuleContext) {
2646 func (a *apexBundle) checkClasspathFragments(ctx android.ModuleContext) {
2658 func (a *apexBundle) checkJavaStableSdkVersion(ctx android.ModuleContext) {
2673 func (a *apexBundle) checkApexAvailability(ctx android.ModuleContext) {
2749 func (a *apexBundle) checkStaticExecutables(ctx android.ModuleContext) {
2779 func (a *apexBundle) IDEInfo(ctx android.BaseModuleContext, dpInfo *android.IdeInfo) {
2864 func (a *apexBundle) verifyNativeImplementationLibs(ctx android.ModuleContext) {