Move dauntless settings to gs-common

Bug: 242479757
Test: build pass on all Gchip devices
Change-Id: I888eaee83c6045b4535bca23082ab1ce75e0dfc8
This commit is contained in:
Adam Shih 2022-08-30 11:45:33 +08:00
parent 867a00f2fb
commit 02836452b1
3 changed files with 6 additions and 8 deletions

View file

@ -76,7 +76,7 @@ struct DumpstateDevice : public IDumpstateDevice {
void dumpAoCSection(int fd);
void dumpRamdumpSection(int fd);
void dumpMiscSection(int fd);
void dumpGscSection(int fd);
void dumpSection(int fd);
void dumpCameraSection(int fd);
void dumpTrustySection(int fd);
void dumpModemSection(int fd);