Home
last modified time | relevance | path

Searched refs:HasHandcraftedLabel (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dbazel.go60 HasHandcraftedLabel() bool methodSpec
86 func (b *BazelModuleBase) HasHandcraftedLabel() bool { func
97 if b.HasHandcraftedLabel() {
400 return b.ConvertWithBp2build(ctx) || b.HasHandcraftedLabel()
/build/soong/bp2build/
Dbuild_conversion.go199 if b, ok := m.(android.Bazelable); ok && b.HasHandcraftedLabel() {