Merge "bp2build: Add special arch-variant targets." am: 3bc7a1ba47 am: 1f211a9b88 am: 3796dae3e1 am: ebb0afdb18

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

Change-Id: I438581f0541ed6dc4236f9e350bde092dc4353d1
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