summaryrefslogtreecommitdiffstats
path: root/install/include
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2019-08-13 01:18:59 +0200
committerYifan Hong <elsk@google.com>2019-12-18 21:14:50 +0100
commitc77bb70166db61b99b8c1aff59c2b47b4daf3275 (patch)
tree2c9e32f53550569cfacb173d36bec1f125bcaa5e /install/include
parentMerge "minui: add ARGB_8888 format" (diff)
downloadandroid_bootable_recovery-c77bb70166db61b99b8c1aff59c2b47b4daf3275.tar
android_bootable_recovery-c77bb70166db61b99b8c1aff59c2b47b4daf3275.tar.gz
android_bootable_recovery-c77bb70166db61b99b8c1aff59c2b47b4daf3275.tar.bz2
android_bootable_recovery-c77bb70166db61b99b8c1aff59c2b47b4daf3275.tar.lz
android_bootable_recovery-c77bb70166db61b99b8c1aff59c2b47b4daf3275.tar.xz
android_bootable_recovery-c77bb70166db61b99b8c1aff59c2b47b4daf3275.tar.zst
android_bootable_recovery-c77bb70166db61b99b8c1aff59c2b47b4daf3275.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 b4b3a9149..87d43ab09 100644
--- a/install/include/install/install.h
+++ b/install/include/install/install.h
@@ -59,10 +59,6 @@ bool verify_package(Package* package, RecoveryUI* ui);
// result to |metadata|. Return true if succeed, otherwise return false.
bool ReadMetadataFromPackage(ZipArchiveHandle zip, std::map<std::string, std::string>* metadata);
-// Verifies the compatibility info in a Treble-compatible package. Returns true directly if the
-// entry doesn't exist.
-bool verify_package_compatibility(ZipArchiveHandle package_zip);
-
// Checks if the metadata in the OTA package has expected values. Mandatory checks: ota-type,
// pre-device and serial number (if presents). A/B OTA specific checks: pre-build version,
// fingerprint, timestamp.