Skip to content

Commit aa96dec

Browse files
Build fastbootd for recovery (#18)
Needed for devices with dynamic partitions. Co-authored-by: Luca Weiss <luca.weiss@fairphone.com>
1 parent d959880 commit aa96dec

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

device.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ PRODUCT_SOONG_NAMESPACES += \
5959
# healthd for chargermode
6060
PRODUCT_PACKAGES += \
6161
healthd
62+
63+
# fastbootd for recovery
64+
PRODUCT_PACKAGES += \
65+
fastbootd

0 commit comments

Comments
 (0)