• Home
  • Raw
  • Download

Lines Matching defs:apexBundle

315 type apexBundle struct {  struct
317 android.ModuleBase
318 android.DefaultableModuleBase
319 android.OverridableModuleBase
320 android.SdkBase
323 properties apexBundleProperties
324 targetProperties apexTargetBundleProperties
325 archProperties apexArchBundleProperties
326 overridableProperties overridableProperties
327 vndkProperties apexVndkProperties // only for apex_vndk modules
333 publicKeyFile android.Path
334 privateKeyFile android.Path
337 containerCertificateFile android.Path
338 containerPrivateKeyFile android.Path
341 testApex bool
342 vndkApex bool
343 artApex bool
347 primaryApexType bool
350 suffix string
353 payloadFsType fsType
357 linkToSystemLib bool
361 filesInfo []apexFile
364 requiredDeps []string
370 manifestJsonOut android.WritablePath
373 manifestPbOut android.WritablePath
376 fileContexts android.WritablePath
379 mergedNotices android.NoticeOutputs
382 outputFile android.WritablePath
389 bundleModuleFile android.WritablePath
392 installDir android.InstallPath
398 compatSymlinks []string
402 installedFilesFile android.WritablePath
406 android.ApexBundleDepsInfo
409 lintReports android.Paths
411 prebuiltFileToDelete string
413 isCompressed bool
416 apisUsedByModuleFile android.ModuleOutPath
417 apisBackedByModuleFile android.ModuleOutPath
617 func (a *apexBundle) combineProperties(ctx android.BottomUpMutatorContext) {
632 func (a *apexBundle) getImageVariation(ctx android.BottomUpMutatorContext) string {
659 func (a *apexBundle) DepsMutator(ctx android.BottomUpMutatorContext) {
785 func (a *apexBundle) OverridablePropertiesDepsMutator(ctx android.BottomUpMutatorContext) {
817 func (a *apexBundle) ApexVariationName() string {
832 func (a *apexBundle) ApexInfoMutator(mctx android.TopDownMutatorContext) {
1226 func (a *apexBundle) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool {
1235 func (a *apexBundle) OutputFiles(tag string) (android.Paths, error) {
1248 func (a *apexBundle) IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool {
1253 func (a *apexBundle) SetPreventInstall() {
1258 func (a *apexBundle) HideFromMake() {
1266 func (a *apexBundle) MarkAsCoverageVariant(coverage bool) {
1271 func (a *apexBundle) EnableCoverageIfNeeded() {}
1276 func (a *apexBundle) Updatable() bool {
1282 func (a *apexBundle) getCertString(ctx android.BaseModuleContext) string {
1298 func (a *apexBundle) installable() bool {
1303 func (a *apexBundle) shouldGenerateHashtree() bool {
1308 func (a *apexBundle) testOnlyShouldSkipPayloadSign() bool {
1313 func (a *apexBundle) testOnlyShouldForceCompression() bool {
1321 func (a *apexBundle) EnableSanitizer(sanitizerName string) {
1327 func (a *apexBundle) IsSanitizerEnabled(ctx android.BaseModuleContext, sanitizerName string) bool {
1345 …a *apexBundle) AddSanitizerDependencies(ctx android.BottomUpMutatorContext, sanitizerName string) {
1580 func (a *apexBundle) WalkPayloadDeps(ctx android.ModuleContext, do android.PayloadDepsCallback) {
1629 func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) {
2242 func (a *apexBundle) checkMinSdkVersion(ctx android.ModuleContext) {
2251 func (a *apexBundle) minSdkVersion(ctx android.BaseModuleContext) android.ApiLevel {
2265 func (a *apexBundle) checkStaticLinkingToStubLibraries(ctx android.ModuleContext) {
2309 func (a *apexBundle) checkUpdatable(ctx android.ModuleContext) {
2318 func (a *apexBundle) checkJavaStableSdkVersion(ctx android.ModuleContext) {
2337 func (a *apexBundle) checkApexAvailability(ctx android.ModuleContext) {