am cde6dce0: Merge "Allow \'sanitize\' to be arch-specific."

* commit 'cde6dce0268251e015b79efd9e20d6395298b391':
  Allow 'sanitize' to be arch-specific.
This commit is contained in:
Dan Willemsen
2015-09-16 23:08:31 +00:00
committed by Android Git Automerger

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