Lines Matching refs:apexBundle
315 type apexBundle struct { struct
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) {
815 var _ ApexInfoMutator = (*apexBundle)(nil)
817 func (a *apexBundle) ApexVariationName() string {
832 func (a *apexBundle) ApexInfoMutator(mctx android.TopDownMutatorContext) {
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 {
1232 var _ android.OutputFileProducer = (*apexBundle)(nil)
1235 func (a *apexBundle) OutputFiles(tag string) (android.Paths, error) {
1245 var _ cc.Coverage = (*apexBundle)(nil)
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() {}
1273 var _ android.ApexBundleDepsInfoIntf = (*apexBundle)(nil)
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 func (a *apexBundle) AddSanitizerDependencies(ctx android.BottomUpMutatorContext, sanitizerName str…
1580 func (a *apexBundle) WalkPayloadDeps(ctx android.ModuleContext, do android.PayloadDepsCallback) {
1629 func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1661 if _, isDirectDep := parent.(*apexBundle); isDirectDep {
2151 func newApexBundle() *apexBundle {
2152 module := &apexBundle{}
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) {