Revert "Consistently prepend arch-specific headers"

This reverts commit e945a4d212.

Reason for revert: broke full-eng checkbuild

Change-Id: I0036fed96aa727b63c16982151fd661923e77e59
This commit is contained in:
Colin Cross
2021-06-28 23:58:59 +00:00
parent e945a4d212
commit cacb972dcd
3 changed files with 8 additions and 8 deletions

View File

@@ -92,7 +92,7 @@ type BaseCompilerProperties struct {
// list of generated headers to add to the include path. These are the names
// of genrule modules.
Generated_headers []string `android:"arch_variant,variant_prepend"`
Generated_headers []string `android:"arch_variant"`
// pass -frtti instead of -fno-rtti
Rtti *bool