summaryrefslogtreecommitdiffstats
path: root/install.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-18 05:20:48 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-04-18 05:20:49 +0200
commitc1ca21a32d4cfdda773bad1c5da1657e4936b751 (patch)
tree9a3efa486d5aa4f83ebd2a19cace9eb85eba07be /install.h
parentMerge "libmounts: Remove two dead functions." (diff)
parentAdd the missing LOCAL_CFLAGS for librecovery. (diff)
downloadandroid_bootable_recovery-c1ca21a32d4cfdda773bad1c5da1657e4936b751.tar
android_bootable_recovery-c1ca21a32d4cfdda773bad1c5da1657e4936b751.tar.gz
android_bootable_recovery-c1ca21a32d4cfdda773bad1c5da1657e4936b751.tar.bz2
android_bootable_recovery-c1ca21a32d4cfdda773bad1c5da1657e4936b751.tar.lz
android_bootable_recovery-c1ca21a32d4cfdda773bad1c5da1657e4936b751.tar.xz
android_bootable_recovery-c1ca21a32d4cfdda773bad1c5da1657e4936b751.tar.zst
android_bootable_recovery-c1ca21a32d4cfdda773bad1c5da1657e4936b751.zip
Diffstat (limited to 'install.h')
-rw-r--r--install.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/install.h b/install.h
index 1ec01e817..68f0a8d47 100644
--- a/install.h
+++ b/install.h
@@ -37,4 +37,8 @@ bool verify_package(const unsigned char* package_data, size_t package_size);
// Return true if succeed, otherwise return false.
bool read_metadata_from_package(ZipArchiveHandle zip, std::string* meta_data);
+// Verifes the compatibility info in a Treble-compatible package. Returns true directly if the
+// entry doesn't exist.
+bool verify_package_compatibility(ZipArchiveHandle package_zip);
+
#endif // RECOVERY_INSTALL_H_