Lines Matching defs:apexBundle
389 type apexBundle struct { struct
391 android.ModuleBase
392 android.DefaultableModuleBase
393 android.OverridableModuleBase
394 android.BazelModuleBase
395 multitree.ExportableModuleBase
398 properties apexBundleProperties
399 targetProperties apexTargetBundleProperties
400 archProperties apexArchBundleProperties
401 overridableProperties overridableProperties
402 vndkProperties apexVndkProperties // only for apex_vndk modules
408 publicKeyFile android.Path
409 privateKeyFile android.Path
412 containerCertificateFile android.Path
413 containerPrivateKeyFile android.Path
416 testApex bool
417 vndkApex bool
421 primaryApexType bool
424 suffix string
427 payloadFsType fsType
431 linkToSystemLib bool
435 filesInfo []apexFile
438 makeModulesToInstall []string
444 manifestJsonOut android.WritablePath
447 manifestPbOut android.WritablePath
450 fileContexts android.WritablePath
454 outputFile android.WritablePath
457 outputApexFile android.WritablePath
464 bundleModuleFile android.WritablePath
467 installDir android.InstallPath
470 installedFile android.InstallPath
473 compatSymlinks android.InstallPaths
477 installedFilesFile android.WritablePath
481 android.ApexBundleDepsInfo
484 lintReports android.Paths
486 isCompressed bool
489 nativeApisUsedByModuleFile android.ModuleOutPath
490 nativeApisBackedByModuleFile android.ModuleOutPath
491 javaApisUsedByModuleFile android.ModuleOutPath
494 modulePaths []string
738 func (a *apexBundle) combineProperties(ctx android.BottomUpMutatorContext) {
756 func (a *apexBundle) getImageVariationPair(deviceConfig android.DeviceConfig) (string, string) {
784 func (a *apexBundle) getImageVariation(ctx android.BottomUpMutatorContext) string {
789 func (a *apexBundle) DepsMutator(ctx android.BottomUpMutatorContext) {
883 func (a *apexBundle) OverridablePropertiesDepsMutator(ctx android.BottomUpMutatorContext) {
961 func (a *apexBundle) ApexVariationName() string {
976 func (a *apexBundle) ApexInfoMutator(mctx android.TopDownMutatorContext) {
1187 func (a *apexBundle) checkStrictUpdatabilityLinting() bool {
1460 func (a *apexBundle) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool {
1469 func (a *apexBundle) OutputFiles(tag string) (android.Paths, error) {
1487 func (a *apexBundle) Exportable() bool {
1494 func (a *apexBundle) TaggedOutputs() map[string]android.Paths {
1503 func (a *apexBundle) IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool {
1508 func (a *apexBundle) SetPreventInstall() {
1513 func (a *apexBundle) HideFromMake() {
1521 func (a *apexBundle) MarkAsCoverageVariant(coverage bool) {
1526 func (a *apexBundle) EnableCoverageIfNeeded() {}
1531 func (a *apexBundle) Updatable() bool {
1535 func (a *apexBundle) FutureUpdatable() bool {
1539 func (a *apexBundle) UsePlatformApis() bool {
1545 func (a *apexBundle) getCertString(ctx android.BaseModuleContext) string {
1561 func (a *apexBundle) installable() bool {
1566 func (a *apexBundle) shouldGenerateHashtree() bool {
1571 func (a *apexBundle) testOnlyShouldSkipPayloadSign() bool {
1576 func (a *apexBundle) testOnlyShouldForceCompression() bool {
1581 func (a *apexBundle) dynamic_common_lib_apex() bool {
1586 func (a *apexBundle) libs_to_trim(ctx android.ModuleContext) []string {
1602 func (a *apexBundle) EnableSanitizer(sanitizerName string) {
1608 func (a *apexBundle) IsSanitizerEnabled(config android.Config, sanitizerName string) bool {
1626 …a *apexBundle) AddSanitizerDependencies(ctx android.BottomUpMutatorContext, sanitizerName string) {
1900 func (a *apexBundle) WalkPayloadDeps(ctx android.ModuleContext, do android.PayloadDepsCallback) {
1948 func (a *apexBundle) IsMixedBuildSupported(ctx android.BaseModuleContext) bool {
1952 func (a *apexBundle) QueueBazelCall(ctx android.BaseModuleContext) {
1961 …apexBundle) GetBazelLabel(ctx android.BazelConversionPathContext, module blueprint.Module) string {
1968 func (a *apexBundle) ProcessBazelQueryResponse(ctx android.ModuleContext) {
2071 func (a *apexBundle) setCompression(ctx android.ModuleContext) {
2081 func (a *apexBundle) setSystemLibLink(ctx android.ModuleContext) {
2110 func (a *apexBundle) setPayloadFsType(ctx android.ModuleContext) {
2123 func (a *apexBundle) setApexTypeAndSuffix(ctx android.ModuleContext) {
2155 func (a apexBundle) isCompressable() bool {
2159 func (a *apexBundle) commonBuildActions(ctx android.ModuleContext) bool {
2215 … depVisitor(vctx *visitorContext, ctx android.ModuleContext, child, parent blueprint.Module) bool {
2553 func (a *apexBundle) shouldCheckDuplicate(ctx android.ModuleContext) bool {
2578 func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) {
2913 func (a *apexBundle) CheckMinSdkVersion(ctx android.ModuleContext) {
2923 func (a *apexBundle) minSdkVersionValue(ctx android.EarlyModuleContext) string {
2942 func (a *apexBundle) MinSdkVersion(ctx android.EarlyModuleContext) android.ApiLevel {
2947 func (a *apexBundle) minSdkVersion(ctx android.EarlyModuleContext) android.ApiLevel {
2965 func (a *apexBundle) checkStaticLinkingToStubLibraries(ctx android.ModuleContext) {
3009 func (a *apexBundle) checkUpdatable(ctx android.ModuleContext) {
3029 func (a *apexBundle) checkClasspathFragments(ctx android.ModuleContext) {
3041 func (a *apexBundle) checkJavaStableSdkVersion(ctx android.ModuleContext) {
3060 func (a *apexBundle) checkApexAvailability(ctx android.ModuleContext) {
3112 func (a *apexBundle) checkStaticExecutables(ctx android.ModuleContext) {
3147 func (a *apexBundle) IDEInfo(dpInfo *android.IdeInfo) {
3537 func (a *apexBundle) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
3548 func convertWithBp2build(a *apexBundle, ctx android.TopDownMutatorContext) (bazelApexBundleAttribut…