Home
last modified time | relevance | path

Searched refs:Srcs (Results 1 – 8 of 8) sorted by relevance

/system/tools/hidl/build/
Dproperties.go24 Srcs []string member
54 Srcs []string member
Dhidl_interface.go349 func (g *hidlGenRule) Srcs() android.Paths { func
430 func (g *vtscRule) Srcs() android.Paths { func
485 Srcs []string member
617 interfaces, types, _ := processSources(mctx, i.properties.Srcs)
647 Srcs: i.properties.Srcs,
657 Inputs: i.properties.Srcs,
667 Inputs: i.properties.Srcs,
711 Inputs: i.properties.Srcs,
718 Srcs: []string{":" + name.javaSourcesName()},
747 Inputs: i.properties.Srcs,
[all …]
Dhidl_package_root.go90 func (r *hidlPackageRoot) Srcs() android.Paths { func
/system/tools/xsdc/build/
Dxsdc.go63 Srcs []string member
100 Srcs []string member
112 func (module *xsdConfig) Srcs() android.Paths { func
125 android.ExtractSourcesDeps(ctx, module.properties.Srcs)
147 if len(module.properties.Srcs) != 1 {
157 srcFiles := ctx.ExpandSources(module.properties.Srcs, nil)
229 Srcs: []string{":" + name},
/system/sepolicy/build/soong/
Dselinux_contexts.go36 Srcs []string `android:"path"` member
40 Srcs []string
44 Srcs []string
68 Srcs []string
176 for _, src := range m.properties.Srcs {
204 srcs = append(srcs, m.properties.Product_variables.Debuggable.Srcs...)
209 srcs = append(srcs, m.properties.Product_variables.Address_sanitize.Srcs...)
214 m.properties.Srcs = append(m.properties.Srcs, srcs...)
331 for _, src := range m.fileContextsProperties.Flatten_apex.Srcs {
Dfilegroup.go40 Srcs []string member
114 for _, f := range fg.properties.Srcs {
/system/tools/aidl/build/
Dproperties.go59 Srcs []string member
Daidl_interface.go289 Srcs []string `android:"path"` member
322 srcs, imports := getPaths(ctx, g.properties.Srcs)
489 func (g *aidlGenRule) Srcs() android.Paths { func
519 Srcs []string `android:"path"` member
571 srcs, imports := getPaths(ctx, m.properties.Srcs)
888 Srcs []string `android:"path"` member
1114 return i.properties.Srcs, i.properties.Local_include_dir
1284 Srcs: srcs,
1406 Srcs: srcs,
1424 Srcs: []string{":" + javaSourceGen},
[all …]