summaryrefslogtreecommitdiffstats
path: root/install/include
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2020-02-13 03:50:42 +0100
committerRaman Tenneti <rtenneti@google.com>2020-02-13 04:03:36 +0100
commitdaaacea96ebfc55b47f44240e2082c820c8eb234 (patch)
tree990ff845639b8a7184fb678c53d69c0a2bf1dbae /install/include
parentForce package installation with FUSE unless the package stores on device (diff)
downloadandroid_bootable_recovery-daaacea96ebfc55b47f44240e2082c820c8eb234.tar
android_bootable_recovery-daaacea96ebfc55b47f44240e2082c820c8eb234.tar.gz
android_bootable_recovery-daaacea96ebfc55b47f44240e2082c820c8eb234.tar.bz2
android_bootable_recovery-daaacea96ebfc55b47f44240e2082c820c8eb234.tar.lz
android_bootable_recovery-daaacea96ebfc55b47f44240e2082c820c8eb234.tar.xz
android_bootable_recovery-daaacea96ebfc55b47f44240e2082c820c8eb234.tar.zst
android_bootable_recovery-daaacea96ebfc55b47f44240e2082c820c8eb234.zip
Diffstat (limited to 'install/include')
-rw-r--r--install/include/install/install.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/install/include/install/install.h b/install/include/install/install.h
index bef23e9ca..87d43ab09 100644
--- a/install/include/install/install.h
+++ b/install/include/install/install.h
@@ -63,7 +63,3 @@ bool ReadMetadataFromPackage(ZipArchiveHandle zip, std::map<std::string, std::st
// pre-device and serial number (if presents). A/B OTA specific checks: pre-build version,
// fingerprint, timestamp.
bool CheckPackageMetadata(const std::map<std::string, std::string>& metadata, OtaType ota_type);
-
-// Ensures the path to the update package is mounted. Also set the |should_use_fuse| to true if the
-// package stays on a removable media.
-bool SetupPackageMount(const std::string& package_path, bool* should_use_fuse);