Merge "Fix androidboot.bootdevice test case for bootconfig"

This commit is contained in:
Devin Moore 2021-06-02 15:37:11 +00:00 committed by Gerrit Code Review
commit 34cf9834e4
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ const std::vector<std::pair<std::string, std::string>> result_space = {
};
const std::string bootconfig =
"androidboot.bootdevice = \" \"1d84000.ufshc\"\n"
"androidboot.bootdevice = \"1d84000.ufshc\"\n"
"androidboot.boot_devices = \"dev1\", \"dev2,withcomma\", \"dev3\"\n"
"androidboot.baseband = \"sdy\"\n"
"androidboot.keymaster = \"1\"\n"