Merge "Added src and exclude_src to debuggable builds"
diff --git a/android/variable.go b/android/variable.go
index bc93835..6204a50 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -124,6 +124,8 @@
 			Shared_libs       []string
 
 			Cmdline []string
+			Srcs         []string
+			Exclude_srcs []string
 		}
 
 		// eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging