Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go319 type SkipApexAllowedDependenciesCheck interface { interface
321 SkipApexAllowedDependenciesCheck() bool methodSpec
/build/soong/apex/
Dbuilder.go934 …pDepCheck, ok := depTag.(android.SkipApexAllowedDependenciesCheck); ok && skipDepCheck.SkipApexAll…
/build/soong/cc/
Dsanitize.go237 func (t libraryDependencyTag) SkipApexAllowedDependenciesCheck() bool { func
241 var _ android.SkipApexAllowedDependenciesCheck = (*libraryDependencyTag)(nil)