Merge "Allow 'sanitize' to be arch-specific."

This commit is contained in:
Dan Willemsen 2015-09-16 23:04:19 +00:00 committed by Gerrit Code Review
commit cde6dce026

View file

@ -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