Correct variable name LOCAL_COMPATIBILITY_SUITE
am: 4df566d313

Change-Id: I62520ce0a77d8817c6f89837d4774d3993870a73
diff --git a/cc/androidmk.go b/cc/androidmk.go
index bf0ca6f..705ac90 100644
--- a/cc/androidmk.go
+++ b/cc/androidmk.go
@@ -199,7 +199,7 @@
 
 	ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
 		if len(test.Properties.Test_suites) > 0 {
-			fmt.Fprintln(w, "LOCAL_COMPATIBILITY_SUITES :=",
+			fmt.Fprintln(w, "LOCAL_COMPATIBILITY_SUITE :=",
 				strings.Join(test.Properties.Test_suites, " "))
 		}
 		return nil