Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go329 type SkipApexAllowedDependenciesCheck interface { interface
331 SkipApexAllowedDependenciesCheck() bool methodSpec
/build/soong/apex/
Dbuilder.go965 …pDepCheck, ok := depTag.(android.SkipApexAllowedDependenciesCheck); ok && skipDepCheck.SkipApexAll…
/build/soong/cc/
Dsanitize.go293 func (t libraryDependencyTag) SkipApexAllowedDependenciesCheck() bool { func
297 var _ android.SkipApexAllowedDependenciesCheck = (*libraryDependencyTag)(nil)