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

Commit c2e6f041 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Enter into userspace fastboot only if the device supports it"

parents ff29eb7f 7f41a2cc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -364,7 +364,8 @@ int main(int argc, char** argv) {
        std::string option = OPTIONS[option_index].name;
        if (option == "locale") {
          locale = optarg;
        } else if (option == "fastboot") {
        } else if (option == "fastboot" &&
                   android::base::GetBoolProperty("ro.boot.logical_partitions", false)) {
          fastboot = true;
        }
        break;