Home
last modified time | relevance | path

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

/build/soong/android/
Dprebuilt.go35 type ReplaceSourceWithPrebuilt interface { interface
40 ReplaceSourceWithPrebuilt() bool methodSpec
274 if t, ok := tag.(ReplaceSourceWithPrebuilt); ok {
275 return t.ReplaceSourceWithPrebuilt()
Dsdk.go275 var _ ReplaceSourceWithPrebuilt = (*sdkMemberDependencyTag)(nil)
288 func (t *sdkMemberDependencyTag) ReplaceSourceWithPrebuilt() bool { func