Merge "androidboot.lrap => logical_partitions"

am: 05625ab420

Change-Id: I945697014403041bdddacf987f52d8f6d84be7b8
This commit is contained in:
Yifan Hong 2018-05-31 17:18:37 -07:00 committed by android-build-merger
commit 8b328e403d

View file

@ -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;
}
});