Home
last modified time | relevance | path

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

/build/soong/android/
Dprebuilt.go36 type ReplaceSourceWithPrebuilt interface { interface
41 ReplaceSourceWithPrebuilt() bool methodSpec
340 if t, ok := tag.(ReplaceSourceWithPrebuilt); ok {
341 return t.ReplaceSourceWithPrebuilt()
/build/soong/java/
Dsystemserver_classpath_fragment.go114 func (systemServerClasspathFragmentContentDependencyTag) ReplaceSourceWithPrebuilt() bool { func
Dbootclasspath_fragment.go60 func (b bootclasspathFragmentContentDependencyTag) ReplaceSourceWithPrebuilt() bool { func
91 var _ android.ReplaceSourceWithPrebuilt = bootclasspathFragmentContentDepTag
Dhiddenapi_modular.go186 func (b hiddenAPIStubsDependencyTag) ReplaceSourceWithPrebuilt() bool { func
219 var _ android.ReplaceSourceWithPrebuilt = hiddenAPIStubsDependencyTag{}
/build/soong/apex/
Dapex.go569 func (d dependencyTag) ReplaceSourceWithPrebuilt() bool { func
573 var _ android.ReplaceSourceWithPrebuilt = &dependencyTag{}