Searched refs:libraryDependencyTag (Results 1 – 8 of 8) sorted by relevance
/build/soong/cc/ |
D | linkable.go | 277 if libDepTag, ok := depTag.(libraryDependencyTag); ok { 285 return libraryDependencyTag{Kind: sharedLibraryDependency} 290 return libraryDependencyTag{Kind: staticLibraryDependency, wholeStatic: wholeStatic} 295 if tag, ok := depTag.(libraryDependencyTag); ok { 303 return libraryDependencyTag{Kind: headerLibraryDependency}
|
D | cc.go | 648 type libraryDependencyTag struct { struct 674 func (d libraryDependencyTag) header() bool { argument 679 func (d libraryDependencyTag) shared() bool { argument 684 func (d libraryDependencyTag) static() bool { argument 690 func (d libraryDependencyTag) InstallDepNeeded() bool { argument 694 var _ android.InstallNeededDependencyTag = libraryDependencyTag{} 733 ccLibDepTag, ok := depTag.(libraryDependencyTag) 738 ccLibDepTag, ok := depTag.(libraryDependencyTag) 743 ccLibDepTag, ok := depTag.(libraryDependencyTag) 1989 variations []blueprint.Variation, depTag libraryDependencyTag, name, version string, far bool) { [all …]
|
D | pgo.go | 286 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok { 299 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
|
D | sanitize.go | 237 func (t libraryDependencyTag) SkipApexAllowedDependenciesCheck() bool { 241 var _ android.SkipApexAllowedDependenciesCheck = (*libraryDependencyTag)(nil) 847 case libraryDependencyTag: 1094 depTag := libraryDependencyTag{Kind: staticLibraryDependency, wholeStatic: true} 1169 depTag := libraryDependencyTag{Kind: staticLibraryDependency} 1189 depTag := libraryDependencyTag{
|
D | lto.go | 172 libTag, isLibTag := tag.(libraryDependencyTag)
|
D | coverage.go | 112 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
|
D | library.go | 2193 if tag, ok := ctx.OtherModuleDependencyTag(dep).(libraryDependencyTag); ok && tag.static() {
|
/build/soong/apex/ |
D | apex_test.go | 5340 .*via tag cc\.libraryDependencyTag.*Kind:sharedLibraryDependency.* 5342 .*via tag cc\.libraryDependencyTag.*Kind:sharedLibraryDependency.*
|