Merge "Move bazel.Properties to a BazelModuleBase"

This commit is contained in:
Treehugger Robot
2021-02-24 05:53:25 +00:00
committed by Gerrit Code Review
9 changed files with 76 additions and 23 deletions

View File

@@ -86,7 +86,7 @@ func CcLibraryHeadersBp2Build(ctx android.TopDownMutatorContext) {
return
}
if !module.Properties.Bazel_module.Bp2build_available {
if !module.ConvertWithBp2build() {
return
}