commit | 2e018100145c0dd92573ba4a2d406edc588eed7b | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu May 31 22:05:06 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 31 22:05:06 2018 +0000 |
tree | c64962ab41b26c63a425871c3673b6f559696429 | |
parent | a1bd0700361e06089c4f4777048f5beab0822d60 [diff] | |
parent | 3cc413d060ee33a8edd1fd32165c399bf103ef95 [diff] |
Merge "androidboot.lrap => logical_partitions"
diff --git a/init/init_first_stage.cpp b/init/init_first_stage.cpp index 34de640..db60ce1 100644 --- a/init/init_first_stage.cpp +++ b/init/init_first_stage.cpp
@@ -123,7 +123,7 @@ 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; } });