Merge "androidboot.lrap => logical_partitions"
This commit is contained in:
commit
05625ab420
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ static inline bool IsDmLinearEnabled() {
|
||||||
bool enabled = false;
|
bool enabled = false;
|
||||||
import_kernel_cmdline(
|
import_kernel_cmdline(
|
||||||
false, [&enabled](const std::string& key, const std::string& value, bool in_qemu) {
|
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;
|
enabled = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue