Merge "allow arch_variants for C++'s rtti option" into main

This commit is contained in:
Frederick Mayle 2024-06-10 20:09:58 +00:00 committed by Gerrit Code Review
commit 61d180ac27

View file

@ -101,7 +101,7 @@ type BaseCompilerProperties struct {
Generated_headers []string `android:"arch_variant,variant_prepend"`
// pass -frtti instead of -fno-rtti
Rtti *bool
Rtti *bool `android:"arch_variant"`
// C standard version to use. Can be a specific version (such as "gnu11"),
// "experimental" (which will use draft versions like C1x when available),