Home
last modified time | relevance | path

Searched refs:Prebuilt (Results 1 – 6 of 6) sorted by relevance

/build/soong/android/
Dprebuilt.go28 type Prebuilt struct { struct
41 func (p *Prebuilt) Name(name string) string { argument
45 func (p *Prebuilt) Path(ctx ModuleContext) Path { argument
61 Prebuilt() *Prebuilt methodSpec
76 if m, ok := ctx.Module().(PrebuiltInterface); ok && m.Prebuilt() != nil {
77 p := m.Prebuilt()
91 if m, ok := ctx.Module().(PrebuiltInterface); ok && m.Prebuilt() != nil {
92 p := m.Prebuilt()
99 p := m.(PrebuiltInterface).Prebuilt()
113 if m, ok := ctx.Module().(PrebuiltInterface); ok && m.Prebuilt() != nil {
[all …]
Dprebuilt_test.go154 if !p.Prebuilt().Properties.UsePrebuilt {
183 prebuilt Prebuilt
203 func (p *prebuiltModule) Prebuilt() *Prebuilt { func
/build/soong/cc/
Dprebuilt.go29 prebuilt() *android.Prebuilt
33 android.Prebuilt anonMember
36 func (p *prebuiltLinker) prebuilt() *android.Prebuilt {
37 return &p.Prebuilt
49 return append(props, &p.Prebuilt.Properties)
55 if len(p.Prebuilt.Properties.Srcs) > 0 {
60 return p.Prebuilt.Path(ctx)
111 return append(props, &p.Prebuilt.Properties)
117 if len(p.Prebuilt.Properties.Srcs) > 0 {
119 return p.Prebuilt.Path(ctx)
Dcc.go495 func (c *Module) Prebuilt() *android.Prebuilt { func
/build/soong/java/
Djava.go516 prebuilt android.Prebuilt
522 func (j *JavaPrebuilt) Prebuilt() *android.Prebuilt { func
/build/make/core/
DMakefile26 Prebuilt apk found in PRODUCT_COPY_FILES: $(1), use BUILD_PREBUILT instead!))