Support androidboot.fstab_suffix cmdline flag

Fix #3187
This commit is contained in:
topjohnwu
2020-10-08 03:04:12 -07:00
parent d4d837a562
commit 0499588107
3 changed files with 12 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ struct cmdline {
bool force_normal_boot;
char slot[3];
char dt_dir[64];
char fstab_suffix[32];
char hardware[32];
char hardware_plat[32];
};