Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go345 type SkipApexAllowedDependenciesCheck interface { interface
347 SkipApexAllowedDependenciesCheck() bool methodSpec
/build/soong/apex/
Dbuilder.go1083 …pDepCheck, ok := depTag.(android.SkipApexAllowedDependenciesCheck); ok && skipDepCheck.SkipApexAll…
/build/soong/cc/
Dsanitize.go400 func (t libraryDependencyTag) SkipApexAllowedDependenciesCheck() bool { func
404 var _ android.SkipApexAllowedDependenciesCheck = (*libraryDependencyTag)(nil)