From dadfca1fb8ba74716d3feba447d902abf698bf8f Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 16 Nov 2022 08:42:21 +0100 Subject: [PATCH] pmaports.cfg: add supported_heimdall_depends Add the new variable, similar to supported_fastboot_depends. Related: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/patches/36815 Related: https://wiki.postmarketos.org/wiki/Pmaports.cfg_reference --- pmaports.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/pmaports.cfg b/pmaports.cfg index a697da6a6..443c7ffa5 100644 --- a/pmaports.cfg +++ b/pmaports.cfg @@ -10,3 +10,4 @@ supported_install_boot_label=pmOS_i_boot supported_mkinitfs_without_flavors=True supported_arches=x86_64,x86,aarch64,armv7,armhf supported_fastboot_depends=android-tools +supported_heimdall_depends=heimdall,android-tools