Merge "Let deps property be conditional on debuggability" into main am: 06485000db

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3040375

Change-Id: Ic6286eb4fdc7ab9acf532ac4a7d013d1197b5ea7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2024-04-13 01:05:23 +00:00
committed by Automerger Merge Worker

View File

@@ -139,6 +139,8 @@ type variableProperties struct {
Srcs []string Srcs []string
Exclude_srcs []string Exclude_srcs []string
Cmd *string Cmd *string
Deps []string
} }
// eng is true for -eng builds, and can be used to turn on additional heavyweight debugging // eng is true for -eng builds, and can be used to turn on additional heavyweight debugging