Merge "Add missing directories to bp2build." am: 47a6c59819 am: 183628579e am: 74f79ad88f am: 7e7dc00983

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

Change-Id: I95fc6a6a38a12101f087d7b0d42c98241a23fb58
diff --git a/android/variable.go b/android/variable.go
index 4a82f23..e7641af 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -116,6 +116,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