Searched refs:libraryDependencyTag (Results 1 – 8 of 8) sorted by relevance
/aosp12/build/soong/cc/ |
H A 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}
|
H A D | cc.go | 648 type libraryDependencyTag struct { struct 674 func (d libraryDependencyTag) header() bool { 679 func (d libraryDependencyTag) shared() bool { 684 func (d libraryDependencyTag) static() bool { 690 func (d libraryDependencyTag) InstallDepNeeded() bool { 733 ccLibDepTag, ok := depTag.(libraryDependencyTag) 738 ccLibDepTag, ok := depTag.(libraryDependencyTag) 743 ccLibDepTag, ok := depTag.(libraryDependencyTag) 2291 case libraryDependencyTag: 2591 if libDepTag, ok := depTag.(libraryDependencyTag); ok { [all …]
|
H A D | pgo.go | 286 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok { 299 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
|
H A 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{
|
H A D | lto.go | 172 libTag, isLibTag := tag.(libraryDependencyTag)
|
H A D | coverage.go | 112 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
|
H A D | library.go | 2193 if tag, ok := ctx.OtherModuleDependencyTag(dep).(libraryDependencyTag); ok && tag.static() {
|
/aosp12/build/soong/apex/ |
H A D | apex_test.go | 5340 .*via tag cc\.libraryDependencyTag.*Kind:sharedLibraryDependency.* 5342 .*via tag cc\.libraryDependencyTag.*Kind:sharedLibraryDependency.*
|