From 8c77e7e42f962dfc957d81407354197c58d6f189 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 9 Nov 2022 08:36:35 +0100 Subject: [PATCH] pmaports.cfg: add supported_fastboot_depends Add this new variable so pmbootstrap can use it to determine which depends need to be installed for the fastboot flashing method. It used to be android-tools,avbtool but now it's only android-tools as avbtool became part of android-tools. Related: issue 1779 Related: https://postmarketos.org/pmaports.cfg --- pmaports.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/pmaports.cfg b/pmaports.cfg index 583fcd878..a697da6a6 100644 --- a/pmaports.cfg +++ b/pmaports.cfg @@ -9,3 +9,4 @@ supported_base_nofde=True 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