Home
last modified time | relevance | path

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

/build/soong/android/
Dprebuilt.go113 srcsSupplier PrebuiltSrcsSupplier member
150 func SingleSourcePathFromSupplier(ctx ModuleContext, srcsSupplier PrebuiltSrcsSupplier, srcsPropert…
151 if srcsSupplier != nil {
152 srcs := srcsSupplier(ctx, ctx.Module())
180 return SingleSourcePathFromSupplier(ctx, p.srcsSupplier, p.srcsPropertyName)
223 func InitPrebuiltModuleWithSrcSupplier(module PrebuiltInterface, srcsSupplier PrebuiltSrcsSupplier,…
224 if srcsSupplier == nil {
232 p.srcsSupplier = srcsSupplier
241 srcsSupplier := func(ctx BaseModuleContext, _ Module) []string {
245 InitPrebuiltModuleWithSrcSupplier(module, srcsSupplier, "srcs")
[all …]
/build/soong/etc/
Dsnapshot_etc.go45 var srcsSupplier = func(_ android.BaseModuleContext, prebuilt android.Module) []string {
55 android.InitPrebuiltModuleWithSrcSupplier(module, srcsSupplier, "src")
/build/soong/rust/
Dprebuilt.go95 srcsSupplier := func(_ android.BaseModuleContext, _ android.Module) []string {
98 android.InitPrebuiltModuleWithSrcSupplier(module, srcsSupplier, "srcs")
/build/soong/cc/
Dprebuilt.go269 srcsSupplier := func(ctx android.BaseModuleContext, _ android.Module) []string {
273 android.InitPrebuiltModuleWithSrcSupplier(module, srcsSupplier, srcsProperty)
/build/soong/apex/
Dprebuilt.go816 srcsSupplier := func(ctx android.BaseModuleContext, prebuilt android.Module) []string {
819 apexSet := android.SingleSourcePathFromSupplier(ctx, srcsSupplier, "set")