diff options
Diffstat (limited to 'android/apex_contributions.go')
-rw-r--r-- | android/apex_contributions.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/apex_contributions.go b/android/apex_contributions.go index f13659a6d..89058fd5a 100644 --- a/android/apex_contributions.go +++ b/android/apex_contributions.go @@ -124,7 +124,7 @@ func (a *allApexContributions) SetPrebuiltSelectionInfoProvider(ctx BaseModuleCo // A provider containing metadata about whether source or prebuilt should be used // This provider will be used in prebuilt_select mutator to redirect deps -var PrebuiltSelectionInfoProvider = blueprint.NewMutatorProvider(PrebuiltSelectionInfoMap{}, "prebuilt_select") +var PrebuiltSelectionInfoProvider = blueprint.NewMutatorProvider[PrebuiltSelectionInfoMap]("prebuilt_select") // Map of baseModuleName to the selected source or prebuilt type PrebuiltSelectionInfoMap map[string]PrebuiltSelectionInfo |