Home
last modified time | relevance | path

Searched defs:BazelModuleBase (Results 1 – 5 of 5) sorted by relevance

/build/soong/android/
Dbazel.go53 type BazelModuleBase struct { struct
54 bazelProperties properties
81 func (b *BazelModuleBase) bazelProps() *properties {
86 func (b *BazelModuleBase) HasHandcraftedLabel() bool {
91 func (b *BazelModuleBase) HandcraftedLabel() string {
96 …b *BazelModuleBase) GetBazelLabel(ctx BazelConversionPathContext, module blueprint.Module) string {
295 func (b *BazelModuleBase) MixedBuildsEnabled(ctx BazelConversionPathContext) bool {
312 func (b *BazelModuleBase) ConvertWithBp2build(ctx BazelConversionPathContext) bool {
379 func (b *BazelModuleBase) GetBazelBuildFileContents(c Config, path, name string) (string, error) {
399 func (b *BazelModuleBase) ConvertedToBazel(ctx BazelConversionPathContext) bool {
Dfilegroup.go90 BazelModuleBase anonMember
/build/soong/bp2build/
Dtesting.go37 android.BazelModuleBase anonMember
/build/soong/genrule/
Dgenrule.go152 android.BazelModuleBase anonMember
/build/soong/python/
Dpython.go132 android.BazelModuleBase anonMember