summaryrefslogtreecommitdiffstats
path: root/install.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-03-13 06:43:55 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-03-13 06:43:55 +0100
commitaac4903a64d43f4bb540a24be95cffe07d46a9e2 (patch)
treebf40af1a74130b62db507c47f4af792de94bb380 /install.h
parentMerge "minui: Managed FDs with smart pointers." am: fc7a0dc3a2 (diff)
parentMerge "Use the package class for wipe packages" (diff)
downloadandroid_bootable_recovery-aac4903a64d43f4bb540a24be95cffe07d46a9e2.tar
android_bootable_recovery-aac4903a64d43f4bb540a24be95cffe07d46a9e2.tar.gz
android_bootable_recovery-aac4903a64d43f4bb540a24be95cffe07d46a9e2.tar.bz2
android_bootable_recovery-aac4903a64d43f4bb540a24be95cffe07d46a9e2.tar.lz
android_bootable_recovery-aac4903a64d43f4bb540a24be95cffe07d46a9e2.tar.xz
android_bootable_recovery-aac4903a64d43f4bb540a24be95cffe07d46a9e2.tar.zst
android_bootable_recovery-aac4903a64d43f4bb540a24be95cffe07d46a9e2.zip
Diffstat (limited to 'install.h')
-rw-r--r--install.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.h b/install.h
index 7b6267bf1..da8aa5e39 100644
--- a/install.h
+++ b/install.h
@@ -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.