Loading fastboot/device/variables.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -332,8 +332,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; Loading Loading
fastboot/device/variables.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -332,8 +332,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; Loading