Merge "Allow 'sanitize' to be arch-specific."
This commit is contained in:
commit
cde6dce026
1 changed files with 1 additions and 1 deletions
2
cc/cc.go
2
cc/cc.go
|
@ -323,7 +323,7 @@ type CCBase struct {
|
|||
unused struct {
|
||||
Native_coverage bool
|
||||
Required []string
|
||||
Sanitize []string
|
||||
Sanitize []string `android:"arch_variant"`
|
||||
Sanitize_recover []string
|
||||
Strip string
|
||||
Tags []string
|
||||
|
|
Loading…
Reference in a new issue