commit | 7e7eee4689288e9c15bb6eae07e9a751b8cbfc01 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Mon Nov 08 19:31:33 2021 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Thu Nov 11 17:12:10 2021 +0800 |
tree | 2a42bb8e5dc8cc857708eb5c0eaf1d16fb9e32a5 | |
parent | 6d026fdf49f7e095a3630853b9da648909d832b2 [diff] |
Treblelize bug_map: auditd read bug_map from multiple partitions Goal is to allow product-specific bug_map definitions be read from /system or /system_ext, so that during cross-version GRF testing the bug_map definitions are loaded from vendor (version N) and /system & /system_ext (version N+1). Replace <fstream> & <sstream> with libbase idioms. Bug: 177977370 Test: Boot and check auditd logs Change-Id: I4ba84d1f415b71e3934a9688eeff1a6b616added