Set enforce SOONG_GEN_COMPDB=1 when running soong for ide_query
Change-Id: I125a82fb07285bf53e9a6d591dee69d85ee82050
This commit is contained in:
parent
45c6fd0c17
commit
75d934f261
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ func runMake(ctx context.Context, env Env, modules ...string) error {
|
|||
args := []string{
|
||||
"--make-mode",
|
||||
"ANDROID_BUILD_ENVIRONMENT_CONFIG=googler-cog",
|
||||
"SOONG_GEN_COMPDB=1",
|
||||
"TARGET_PRODUCT=" + env.LunchTarget.Product,
|
||||
"TARGET_RELEASE=" + env.LunchTarget.Release,
|
||||
"TARGET_BUILD_VARIANT=" + env.LunchTarget.Variant,
|
||||
|
|
Loading…
Reference in a new issue