commit | 3e9eeb8329f5d3f9b8df329077149161ba5c540d | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Wed Mar 23 20:34:22 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 23 20:34:22 2022 +0000 |
tree | 7bd6689078acf460dc0b2b8ff3d4d01dbcae102a | |
parent | b51b109ea9eed67ff771d5946c7ec03d395245bb [diff] | |
parent | 4f2e62913d4f9489cd958fae1ff747a90eba2aa7 [diff] |
Merge "Enable the memory_recursiveprot mount option"
diff --git a/fastboot/device/variables.cpp b/fastboot/device/variables.cpp index 76e9889..0cf4699 100644 --- a/fastboot/device/variables.cpp +++ b/fastboot/device/variables.cpp
@@ -332,8 +332,8 @@ auto fastboot_hal = device->fastboot_hal(); if (!fastboot_hal) { - *message = "Fastboot HAL not found"; - return false; + *message = "raw"; + return true; } FileSystemType type;