Convert SetProvider to generic providers API
Convert all of the callers of SetProvider to use the type-safe android.SetProvider API. Bug: 316410648 Test: builds Change-Id: If58f4b5355264ddab2045bc3591a4eac19cd58fc
This commit is contained in:
@@ -119,7 +119,7 @@ func (a *allApexContributions) SetPrebuiltSelectionInfoProvider(ctx BaseModuleCo
|
||||
ctx.ModuleErrorf("%s is not an apex_contributions module\n", child.Name())
|
||||
}
|
||||
})
|
||||
ctx.SetProvider(PrebuiltSelectionInfoProvider, p)
|
||||
SetProvider(ctx, PrebuiltSelectionInfoProvider, p)
|
||||
}
|
||||
|
||||
// A provider containing metadata about whether source or prebuilt should be used
|
||||
|
Reference in New Issue
Block a user