Merge "Remove `use_apex_name_macro`" am: ddf4ebae19 am: c05ccb3724 am: 7330b2652e am: e9907ef104

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

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