commit | baf0d57a74ec3585f04c256a38fb77248568c730 | [log] [tgz] |
---|---|---|
author | Mohannad Farrag <aymanm@google.com> | Tue Nov 22 11:53:54 2022 +0000 |
committer | Mohannad Farrag <aymanm@google.com> | Tue Nov 22 12:52:39 2022 +0000 |
tree | 90d496c12dc38e8cafe9157e3b9ca31cbb2b434d | |
parent | a814e9c36480747e5d7acc2c312b496c17472a1a [diff] |
gn2bp: Convert `source_set` with rtti to static_libraries * `source_set` were converted to cc_defaults and this would pose a huge problem if those cc_defaults had rtti on since it affected all of the dependencies of the source target. * The solution here would be to compile the `source_set` independently as a static/shared library with rtti on then link it. Test: m cronet_aml_components_cronet_android_cronet Change-Id: I28bbe0947d0dc87c2d602514a2759a3171b68aa2