Fix androidboot.bootdevice test case for bootconfig
* This seems to be a typo. Change-Id: Ibf1317e35090f4fcacf53dc311124d456384fa27
This commit is contained in:
parent
89ddf50566
commit
fe5b9cfec0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue