Merge "Add the device config GenerateAidlNdkPlatformBackend" am: ab1312d010 am: 995bf90bb2 am: af0c8e7b22 am: 43d281097e

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

Change-Id: I39f0f7e9fae93fdc85311bedb5868c6618f8c3a4
diff --git a/android/variable.go b/android/variable.go
index baa6dfa..2a7b390 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -121,6 +121,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