Replace asan with sanitize
LOCAL_ADDRESS_SANITIZER has been replaced with LOCAL_SANITIZE. Change-Id: I81fe7e0c9135cfd4a222fae4012ab5082cc58f29
This commit is contained in:
11
cc/cc.go
11
cc/cc.go
@@ -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
|
||||
|
Reference in New Issue
Block a user