Loading init/init_first_stage.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ static inline bool IsDmLinearEnabled() { bool enabled = false; import_kernel_cmdline( false, [&enabled](const std::string& key, const std::string& value, bool in_qemu) { if (key == "androidboot.lrap" && value == "1") { if (key == "androidboot.logical_partitions" && value == "1") { enabled = true; } }); Loading Loading
init/init_first_stage.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ static inline bool IsDmLinearEnabled() { bool enabled = false; import_kernel_cmdline( false, [&enabled](const std::string& key, const std::string& value, bool in_qemu) { if (key == "androidboot.lrap" && value == "1") { if (key == "androidboot.logical_partitions" && value == "1") { enabled = true; } }); Loading