Home
last modified time | relevance | path

Searched defs:Prebuilt (Results 1 – 7 of 7) sorted by relevance

/build/soong/android/
Dprebuilt.go42 type Prebuilt struct { struct
43 properties PrebuiltProperties
44 module Module
45 srcs *[]string
46 src *string
49 func (p *Prebuilt) Name(name string) string {
53 func (p *Prebuilt) SingleSourcePath(ctx ModuleContext) Path {
77 func (p *Prebuilt) UsePrebuilt() bool {
95 Prebuilt() *Prebuilt methodSpec
165 func (p *Prebuilt) usePrebuilt(ctx TopDownMutatorContext, source Module) bool {
[all …]
Dprebuilt_test.go249 func (p *prebuiltModule) Prebuilt() *Prebuilt { func
/build/soong/apex/
Dapex.go1286 type Prebuilt struct { struct
1287 android.ModuleBase
1288 prebuilt android.Prebuilt
1290 properties PrebuiltProperties
1292 inputApex android.Path
1293 installDir android.OutputPath
1294 installFilename string
1295 outputApex android.WritablePath
1325 func (p *Prebuilt) installable() bool {
1329 func (p *Prebuilt) DepsMutator(ctx android.BottomUpMutatorContext) {
[all …]
/build/soong/cc/
Dprebuilt.go43 android.Prebuilt anonMember
Dcc.go827 func (c *Module) Prebuilt() *android.Prebuilt { func
/build/soong/java/
Daar.go513 func (a *AARImport) Prebuilt() *android.Prebuilt { func
Djava.go1817 func (j *Import) Prebuilt() *android.Prebuilt { func
1990 func (j *DexImport) Prebuilt() *android.Prebuilt { func