Merge "Add product_variables.product_is_iot variables"
diff --git a/android/variable.go b/android/variable.go
index 2763bf2..fbbde36 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -64,7 +64,13 @@
 
 		// Product_is_iot is true for Android Things devices.
 		Product_is_iot struct {
-			Cflags []string
+			Cflags       []string
+			Enabled      bool
+			Exclude_srcs []string
+			Init_rc      []string
+			Shared_libs  []string
+			Srcs         []string
+			Static_libs  []string
 		}
 
 		// treble_linker_namespaces is true when the system/vendor linker namespace separation is