Snap for 5027604 from ca7bf02d2e to qt-release

Change-Id: I5cad2a3f624b45930ab07952f52f9872fa32eac5
This commit is contained in:
android-build-team Robot
2018-09-25 03:08:54 +00:00
+2 -1
View File
@@ -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;