Home
last modified time | relevance | path

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

/build/soong/android/
Dprebuilt.go36 type ReplaceSourceWithPrebuilt interface { interface
41 ReplaceSourceWithPrebuilt() bool methodSpec
442 if t, ok := tag.(ReplaceSourceWithPrebuilt); ok {
443 return t.ReplaceSourceWithPrebuilt()
Dsdk.go607 var _ ReplaceSourceWithPrebuilt = (*sdkMemberDependencyTag)(nil)
625 func (t *sdkMemberDependencyTag) ReplaceSourceWithPrebuilt() bool { func
/build/soong/java/
Dsystemserver_classpath_fragment.go184 func (systemServerClasspathFragmentContentDependencyTag) ReplaceSourceWithPrebuilt() bool { func
211 var _ android.ReplaceSourceWithPrebuilt = systemServerClasspathFragmentContentDepTag
Dhiddenapi_modular.go187 func (b hiddenAPIStubsDependencyTag) ReplaceSourceWithPrebuilt() bool { func
220 var _ android.ReplaceSourceWithPrebuilt = hiddenAPIStubsDependencyTag{}
Dbootclasspath_fragment.go61 func (b bootclasspathFragmentContentDependencyTag) ReplaceSourceWithPrebuilt() bool { func
92 var _ android.ReplaceSourceWithPrebuilt = bootclasspathFragmentContentDepTag
Dsdk_library.go56 var _ android.ReplaceSourceWithPrebuilt = (*scopeDependencyTag)(nil)
58 func (tag scopeDependencyTag) ReplaceSourceWithPrebuilt() bool { func
/build/soong/apex/
Dapex.go609 func (d dependencyTag) ReplaceSourceWithPrebuilt() bool { func
613 var _ android.ReplaceSourceWithPrebuilt = &dependencyTag{}