diff options
Diffstat (limited to 'fastboot/device/variables.cpp')
-rw-r--r-- | fastboot/device/variables.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fastboot/device/variables.cpp b/fastboot/device/variables.cpp index ee1eed876..bb54bf2a3 100644 --- a/fastboot/device/variables.cpp +++ b/fastboot/device/variables.cpp @@ -339,8 +339,8 @@ bool GetPartitionType(FastbootDevice* device, const std::vector<std::string>& ar auto fastboot_hal = device->fastboot_hal(); if (!fastboot_hal) { - *message = "Fastboot HAL not found"; - return false; + *message = "raw"; + return true; } FileSystemType type; |