Home
last modified time | relevance | path

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

/build/soong/android/
Dprebuilt.go59 type PrebuiltInterface interface { interface
67 if m, ok := ctx.Module().(PrebuiltInterface); ok && m.Prebuilt() != nil {
82 if m, ok := ctx.Module().(PrebuiltInterface); ok && m.Prebuilt() != nil {
90 p := m.(PrebuiltInterface).Prebuilt()
104 if m, ok := ctx.Module().(PrebuiltInterface); ok && m.Prebuilt() != nil {