diff options
author | Tianjie Xu <xunchang@google.com> | 2019-03-13 03:11:47 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-03-13 03:11:47 +0100 |
commit | 2a33682ef5a18ea243169f6ca99ee22a6c2f995f (patch) | |
tree | bf40af1a74130b62db507c47f4af792de94bb380 /install.h | |
parent | Merge "minui: Managed FDs with smart pointers." (diff) | |
parent | Use the package class for wipe packages (diff) | |
download | android_bootable_recovery-2a33682ef5a18ea243169f6ca99ee22a6c2f995f.tar android_bootable_recovery-2a33682ef5a18ea243169f6ca99ee22a6c2f995f.tar.gz android_bootable_recovery-2a33682ef5a18ea243169f6ca99ee22a6c2f995f.tar.bz2 android_bootable_recovery-2a33682ef5a18ea243169f6ca99ee22a6c2f995f.tar.lz android_bootable_recovery-2a33682ef5a18ea243169f6ca99ee22a6c2f995f.tar.xz android_bootable_recovery-2a33682ef5a18ea243169f6ca99ee22a6c2f995f.tar.zst android_bootable_recovery-2a33682ef5a18ea243169f6ca99ee22a6c2f995f.zip |
Diffstat (limited to 'install.h')
-rw-r--r-- | install.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ bool verify_package(Package* package); bool ReadMetadataFromPackage(ZipArchiveHandle zip, std::map<std::string, std::string>* metadata); // Reads the "recovery.wipe" entry in the zip archive returns a list of partitions to wipe. -std::vector<std::string> GetWipePartitionList(const std::string& wipe_package); +std::vector<std::string> GetWipePartitionList(Package* wipe_package); // Verifies the compatibility info in a Treble-compatible package. Returns true directly if the // entry doesn't exist. |