Merge "Let `deps` property be conditional on debuggability" into main
diff --git a/android/variable.go b/android/variable.go
index b0afd5b..5a079db 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -139,6 +139,8 @@
 			Srcs         []string
 			Exclude_srcs []string
 			Cmd          *string
+
+			Deps []string
 		}
 
 		// eng is true for -eng builds, and can be used to turn on additional heavyweight debugging