Lines Matching refs:apexBundle
315 type apexBundle struct { struct
617 func (a *apexBundle) combineProperties(ctx android.BottomUpMutatorContext) { argument
632 func (a *apexBundle) getImageVariation(ctx android.BottomUpMutatorContext) string { argument
659 func (a *apexBundle) DepsMutator(ctx android.BottomUpMutatorContext) { argument
785 func (a *apexBundle) OverridablePropertiesDepsMutator(ctx android.BottomUpMutatorContext) { argument
815 var _ ApexInfoMutator = (*apexBundle)(nil)
817 func (a *apexBundle) ApexVariationName() string { argument
832 func (a *apexBundle) ApexInfoMutator(mctx android.TopDownMutatorContext) { argument
888 _, directDep := parent.(*apexBundle)
1096 if a, ok := module.(*apexBundle); ok {
1178 if ab, ok := mctx.Module().(*apexBundle); ok {
1205 modules[i].(*apexBundle).properties.ApexType = imageApex
1207 modules[i].(*apexBundle).properties.ApexType = zipApex
1209 modules[i].(*apexBundle).properties.ApexType = flattenedApex
1212 modules[i].(*apexBundle).MakeAsSystemExt()
1223 var _ android.DepIsInSameApex = (*apexBundle)(nil)
1226 func (a *apexBundle) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { argument
1232 var _ android.OutputFileProducer = (*apexBundle)(nil)
1235 func (a *apexBundle) OutputFiles(tag string) (android.Paths, error) { argument
1245 var _ cc.Coverage = (*apexBundle)(nil)
1248 func (a *apexBundle) IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool { argument
1253 func (a *apexBundle) SetPreventInstall() { argument
1258 func (a *apexBundle) HideFromMake() { argument
1266 func (a *apexBundle) MarkAsCoverageVariant(coverage bool) { argument
1271 func (a *apexBundle) EnableCoverageIfNeeded() {} argument
1273 var _ android.ApexBundleDepsInfoIntf = (*apexBundle)(nil)
1276 func (a *apexBundle) Updatable() bool { argument
1282 func (a *apexBundle) getCertString(ctx android.BaseModuleContext) string { argument
1298 func (a *apexBundle) installable() bool { argument
1303 func (a *apexBundle) shouldGenerateHashtree() bool { argument
1308 func (a *apexBundle) testOnlyShouldSkipPayloadSign() bool { argument
1313 func (a *apexBundle) testOnlyShouldForceCompression() bool { argument
1321 func (a *apexBundle) EnableSanitizer(sanitizerName string) { argument
1327 func (a *apexBundle) IsSanitizerEnabled(ctx android.BaseModuleContext, sanitizerName string) bool { argument
1345 func (a *apexBundle) AddSanitizerDependencies(ctx android.BottomUpMutatorContext, sanitizerName str… argument
1580 func (a *apexBundle) WalkPayloadDeps(ctx android.ModuleContext, do android.PayloadDepsCallback) { argument
1629 func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
1661 if _, isDirectDep := parent.(*apexBundle); isDirectDep {
2151 func newApexBundle() *apexBundle {
2152 module := &apexBundle{}
2242 func (a *apexBundle) checkMinSdkVersion(ctx android.ModuleContext) { argument
2251 func (a *apexBundle) minSdkVersion(ctx android.BaseModuleContext) android.ApiLevel { argument
2265 func (a *apexBundle) checkStaticLinkingToStubLibraries(ctx android.ModuleContext) { argument
2309 func (a *apexBundle) checkUpdatable(ctx android.ModuleContext) { argument
2318 func (a *apexBundle) checkJavaStableSdkVersion(ctx android.ModuleContext) { argument
2337 func (a *apexBundle) checkApexAvailability(ctx android.ModuleContext) { argument