summaryrefslogtreecommitdiffstats
path: root/install/include
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2019-12-19 00:53:59 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2019-12-19 00:53:59 +0100
commit494d2ef710775c69f85c8a7d4f5870ad2056da95 (patch)
tree7d741e2ac84ff27d3e4ab2b604181840d53c2da1 /install/include
parentMerge "Do not execute linkerconfig from recovery" am: b12e54c4f1 am: 7a0a80ea28 am: 0c6c04c64d (diff)
parentMerge "Delete VINTF compatibility check during OTA." am: cae99c43de am: 567ae2f9e1 (diff)
downloadandroid_bootable_recovery-494d2ef710775c69f85c8a7d4f5870ad2056da95.tar
android_bootable_recovery-494d2ef710775c69f85c8a7d4f5870ad2056da95.tar.gz
android_bootable_recovery-494d2ef710775c69f85c8a7d4f5870ad2056da95.tar.bz2
android_bootable_recovery-494d2ef710775c69f85c8a7d4f5870ad2056da95.tar.lz
android_bootable_recovery-494d2ef710775c69f85c8a7d4f5870ad2056da95.tar.xz
android_bootable_recovery-494d2ef710775c69f85c8a7d4f5870ad2056da95.tar.zst
android_bootable_recovery-494d2ef710775c69f85c8a7d4f5870ad2056da95.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 c3331c8bf..bef23e9ca 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.