From d17174c3e59a2d7b0dcad48ac7a3a8b76f38285d Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Fri, 16 Nov 2018 12:49:33 -0800 Subject: logical -> dynamic partitions. Reflect a name change. Test: boots Test: boot into recovery Bug: 119286600 Change-Id: I7c323f27574ce033b8fc1750aab00f7300c5cc84 --- recovery_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recovery_main.cpp') diff --git a/recovery_main.cpp b/recovery_main.cpp index 78350944c..a95299ea7 100644 --- a/recovery_main.cpp +++ b/recovery_main.cpp @@ -365,7 +365,7 @@ int main(int argc, char** argv) { if (option == "locale") { locale = optarg; } else if (option == "fastboot" && - android::base::GetBoolProperty("ro.boot.logical_partitions", false)) { + android::base::GetBoolProperty("ro.boot.dynamic_partitions", false)) { fastboot = true; } break; @@ -426,7 +426,7 @@ int main(int argc, char** argv) { device->RemoveMenuItemForAction(Device::WIPE_CACHE); } - if (!android::base::GetBoolProperty("ro.boot.logical_partitions", false)) { + if (!android::base::GetBoolProperty("ro.boot.dynamic_partitions", false)) { device->RemoveMenuItemForAction(Device::ENTER_FASTBOOT); } -- cgit v1.2.3