Home
last modified time | relevance | path

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

/build/soong/android/
Dprebuilt.go166 func InitPrebuiltModuleWithSrcSupplier(module PrebuiltInterface, srcsSupplier PrebuiltSrcsSupplier,… argument
182 func InitPrebuiltModule(module PrebuiltInterface, srcs *[]string) { argument
194 func InitSingleSourcePrebuiltModule(module PrebuiltInterface, srcProps interface{}, srcField string… argument
229 type PrebuiltInterface interface { interface
263 if p, ok := module.(PrebuiltInterface); ok {
/build/soong/java/
Ddroidstubs.go756 var _ android.PrebuiltInterface = (*PrebuiltStubsSources)(nil)
Djava.go1500 var _ android.PrebuiltInterface = (*Import)(nil)