Merge "Add product_variables.uml"
diff --git a/android/variable.go b/android/variable.go
index 9cb8c63..1ecd9fb 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -94,6 +94,10 @@
 		Pdk struct {
 			Enabled *bool
 		}
+
+		Uml struct {
+			Cppflags []string
+		}
 	} `android:"arch_variant"`
 }
 
@@ -141,6 +145,7 @@
 	Device_uses_hwc2           *bool `json:",omitempty"`
 	Treble                     *bool `json:",omitempty"`
 	Pdk                        *bool `json:",omitempty"`
+	Uml                        *bool `json:",omitempty"`
 
 	IntegerOverflowExcludePaths *[]string `json:",omitempty"`