[Android.bp] Add ARC++ product variable

Test: Compile
Bug: 64500663

Change-Id: I92739eb46029f7c808e1f1a928947b3ec596a0b2
diff --git a/android/variable.go b/android/variable.go
index c8a672e..05e283f 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -98,6 +98,11 @@
 		Uml struct {
 			Cppflags []string
 		}
+
+		Arc struct {
+			Exclude_srcs []string
+			Static_libs  []string
+		}
 	} `android:"arch_variant"`
 }
 
@@ -157,6 +162,7 @@
 	Treble                     *bool `json:",omitempty"`
 	Pdk                        *bool `json:",omitempty"`
 	Uml                        *bool `json:",omitempty"`
+	Arc                        *bool `json:",omitempty"`
 	MinimizeJavaDebugInfo      *bool `json:",omitempty"`
 
 	IntegerOverflowExcludePaths *[]string `json:",omitempty"`