diff options
| author | 2023-12-15 20:33:37 +0000 | |
|---|---|---|
| committer | 2023-12-18 13:43:22 +0000 | |
| commit | d555bbfa80159e9168d1fd0e5dd7d042ee59dc3b (patch) | |
| tree | 12e02e0b2e2cfdbc3e9c2c5c169fca347a0bf0a2 /tools/perf/utils.py | |
| parent | 1a03031a99f738f61a33e3f03ac9d91b6d5e9eab (diff) | |
aconfig: update c/c++ codegen
1, Current codegen would still include an empty flag value cache even if
there are no read write flags. This is important as the flag value cache
is a std::vector. Thus adding this cache would automatically pull in
libc++ dependency which we should not.
2, There lacks of c/c++ codegen unit tests to lock down the generated
code when a flag package contains only read only flags. It should not
include server_configurable_flags header. And it should not include the
flag cache.
Bug: b/316614694
Test: atest aconfig.test
Change-Id: Iee4366672932ee507694f5fc73b526c66fcf0e9b
Diffstat (limited to 'tools/perf/utils.py')
0 files changed, 0 insertions, 0 deletions