Merge "bcl: add lastmeal.csv into dumpstate" into main

This commit is contained in:
Sam Ou 2023-12-18 01:50:06 +00:00 committed by Android (Google) Code Review
commit 59814a3dae

View file

@ -603,6 +603,7 @@ void dumpGvoteables() {
void dumpMitigation() {
const char *mitigationList [][2] {
{"LastmealCSV" , "/data/vendor/mitigation/lastmeal.csv"},
{"Lastmeal" , "/data/vendor/mitigation/lastmeal.txt"},
{"Thismeal" , "/data/vendor/mitigation/thismeal.txt"},
};