diff options
author | David Anderson <dvander@google.com> | 2018-10-31 21:50:17 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-10-31 21:50:17 +0100 |
commit | e3f68144516ddc7c1c50d4082b5da59fd70e0f1d (patch) | |
tree | ebf4be0805c18d4bb9f450be8bfcd2742e16845b /roots.h | |
parent | Merge "Add description for the new translation" (diff) | |
parent | Merge "recovery: Fix mounting /system with dynamic partitions." (diff) | |
download | android_bootable_recovery-e3f68144516ddc7c1c50d4082b5da59fd70e0f1d.tar android_bootable_recovery-e3f68144516ddc7c1c50d4082b5da59fd70e0f1d.tar.gz android_bootable_recovery-e3f68144516ddc7c1c50d4082b5da59fd70e0f1d.tar.bz2 android_bootable_recovery-e3f68144516ddc7c1c50d4082b5da59fd70e0f1d.tar.lz android_bootable_recovery-e3f68144516ddc7c1c50d4082b5da59fd70e0f1d.tar.xz android_bootable_recovery-e3f68144516ddc7c1c50d4082b5da59fd70e0f1d.tar.zst android_bootable_recovery-e3f68144516ddc7c1c50d4082b5da59fd70e0f1d.zip |
Diffstat (limited to '')
-rw-r--r-- | roots.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,4 +53,6 @@ int format_volume(const char* volume, const char* directory); // mounted (/tmp and /cache) are mounted. Returns 0 on success. int setup_install_mounts(); +bool logical_partitions_mapped(); + #endif // RECOVERY_ROOTS_H_ |