Home
last modified time | relevance | path

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

/system/tools/xsdc/build/
Dxsdc.go58 Srcs []string member
90 Srcs []string member
101 func (module *xsdConfig) Srcs() android.Paths { func
114 android.ExtractSourcesDeps(ctx, module.properties.Srcs)
118 if len(module.properties.Srcs) != 1 {
128 srcFiles := ctx.ExpandSources(module.properties.Srcs, nil)
191 Srcs: []string{":" + name},
/system/tools/hidl/build/
Dproperties.go24 Srcs []string member
52 Srcs []string member
Dhidl_interface.go159 func (g *hidlGenRule) Srcs() android.Paths { func
238 func (g *vtscRule) Srcs() android.Paths { func
266 Srcs []string member
415 interfaces, types, _ := processSources(mctx, i.properties.Srcs)
442 Srcs: i.properties.Srcs,
452 Inputs: i.properties.Srcs,
462 Inputs: i.properties.Srcs,
507 Inputs: i.properties.Srcs,
515 Srcs: []string{":" + name.javaSourcesName()},
543 Inputs: i.properties.Srcs,
[all …]
/system/tools/aidl/build/
Dproperties.go54 Srcs []string member
/system/sepolicy/build/soong/
Dfilegroup.go40 Srcs []string member
101 for _, f := range fg.properties.Srcs {