Merge "Subsume INTEGRATED_BP2BUILD into other env modes"

This commit is contained in:
Christopher Parsons
2021-04-20 23:33:40 +00:00
committed by Gerrit Code Review
5 changed files with 53 additions and 27 deletions

View File

@@ -175,7 +175,7 @@ func writeJsonModuleGraph(configuration android.Config, ctx *android.Context, pa
}
func doChosenActivity(configuration android.Config, extraNinjaDeps []string) string {
bazelConversionRequested := configuration.IsEnvTrue("GENERATE_BAZEL_FILES") || bp2buildMarker != ""
bazelConversionRequested := bp2buildMarker != ""
mixedModeBuild := configuration.BazelContext.BazelEnabled()
generateQueryView := bazelQueryViewDir != ""
jsonModuleFile := configuration.Getenv("SOONG_DUMP_JSON_MODULE_GRAPH")