Replace asan with sanitize

LOCAL_ADDRESS_SANITIZER has been replaced with LOCAL_SANITIZE.

Change-Id: I81fe7e0c9135cfd4a222fae4012ab5082cc58f29
This commit is contained in:
Colin Cross
2015-09-16 14:00:32 -07:00
parent 8a12ccd282
commit b43a159c13
2 changed files with 8 additions and 6 deletions

View File

@@ -318,11 +318,12 @@ type CCBase struct {
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