Merge "Allow 'sanitize' to be arch-specific."
This commit is contained in:
2
cc/cc.go
2
cc/cc.go
@@ -323,7 +323,7 @@ type CCBase struct {
|
|||||||
unused struct {
|
unused struct {
|
||||||
Native_coverage bool
|
Native_coverage bool
|
||||||
Required []string
|
Required []string
|
||||||
Sanitize []string
|
Sanitize []string `android:"arch_variant"`
|
||||||
Sanitize_recover []string
|
Sanitize_recover []string
|
||||||
Strip string
|
Strip string
|
||||||
Tags []string
|
Tags []string
|
||||||
|
Reference in New Issue
Block a user