diff --git a/fastboot/device/variables.cpp b/fastboot/device/variables.cpp index 76e988951..0cf4699aa 100644 --- a/fastboot/device/variables.cpp +++ b/fastboot/device/variables.cpp @@ -332,8 +332,8 @@ bool GetPartitionType(FastbootDevice* device, const std::vector& ar auto fastboot_hal = device->fastboot_hal(); if (!fastboot_hal) { - *message = "Fastboot HAL not found"; - return false; + *message = "raw"; + return true; } FileSystemType type;