Allow 'sanitize' to be arch-specific.
The usecase here is system/core/liblog, which wants to turn off sanitizer only for the target module, since the target sanitizers depend on liblog. Change-Id: I99141574a1c4c4847aa8a72bdcc88901fd9b01cd
This commit is contained in:
parent
d67be22400
commit
9e0cb35c29
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