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

View File

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