Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7dc09a08 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "androidboot.lrap => logical_partitions" am: 05625ab4

am: 8b328e40

Change-Id: I37a8f05759e060cc7cab26411a822ad7be16a36b
parents 8791ac24 8b328e40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
            }
        });