Home
last modified time | relevance | path

Searched refs:srcsSupplier (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Dprebuilt.go116 srcsSupplier PrebuiltSrcsSupplier member
165 func SingleSourcePathFromSupplier(ctx ModuleContext, srcsSupplier PrebuiltSrcsSupplier, srcsPropert…
166 if srcsSupplier != nil {
167 srcs := srcsSupplier(ctx, ctx.Module())
195 return SingleSourcePathFromSupplier(ctx, p.srcsSupplier, p.srcsPropertyName)
238 func InitPrebuiltModuleWithSrcSupplier(module PrebuiltInterface, srcsSupplier PrebuiltSrcsSupplier,…
239 if srcsSupplier == nil {
247 p.srcsSupplier = srcsSupplier
256 srcsSupplier := func(ctx BaseModuleContext, _ Module) []string {
260 InitPrebuiltModuleWithSrcSupplier(module, srcsSupplier, "srcs")
[all …]
/build/soong/rust/
Dprebuilt.go106 srcsSupplier := func(_ android.BaseModuleContext, _ android.Module) []string {
109 android.InitPrebuiltModuleWithSrcSupplier(module, srcsSupplier, "srcs")
/build/soong/cc/
Dprebuilt.go288 srcsSupplier := func(ctx android.BaseModuleContext, _ android.Module) []string {
292 android.InitPrebuiltModuleWithSrcSupplier(module, srcsSupplier, srcsProperty)
/build/soong/apex/
Dprebuilt.go927 srcsSupplier := func(ctx android.BaseModuleContext, prebuilt android.Module) []string {
931 apexSet := android.SingleSourcePathFromSupplier(ctx, srcsSupplier, "set")