Replace asan with sanitize

LOCAL_ADDRESS_SANITIZER has been replaced with LOCAL_SANITIZE.

Change-Id: I81fe7e0c9135cfd4a222fae4012ab5082cc58f29
diff --git a/cc/cc.go b/cc/cc.go
index 7f40066..ba3dd28 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -318,11 +318,12 @@
 	Properties CCBaseProperties
 
 	unused struct {
-		Asan            bool
-		Native_coverage bool
-		Strip           string
-		Tags            []string
-		Required        []string
+		Native_coverage  bool
+		Required         []string
+		Sanitize         []string
+		Sanitize_recover []string
+		Strip            string
+		Tags             []string
 	}
 
 	installPath string