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:
Dan Willemsen 2015-09-16 15:41:55 -07:00
parent d67be22400
commit 9e0cb35c29

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