Merge "Allow 'sanitize' to be arch-specific."
diff --git a/cc/cc.go b/cc/cc.go
index 3aa068e..857235f 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -323,7 +323,7 @@
 	unused struct {
 		Native_coverage  bool
 		Required         []string
-		Sanitize         []string
+		Sanitize         []string `android:"arch_variant"`
 		Sanitize_recover []string
 		Strip            string
 		Tags             []string